isEditable()
Determines if a component can be edited.
Returns
The Boolean value true if the component can be edited.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns a Boolean value, which denotes if the component can be edited.
const isEditable = pConn.isEditable();
Previous topic isConditionExist() Next topic populateAdditionalProps(configData)