public interface LayoutOnlyInspectable
PropertyModel that are not present in a layout should be rendered or not in the "Other" category. When implementing this interface, you should implement Inspectable as well.| Modifier and Type | Method and Description |
|---|---|
boolean |
includePropertiesNotSpecifiedInLayout()
Indicates whether properties in a
PropertyModel that are not present in a layout should be rendered or not in the "Other" category. |
boolean includePropertiesNotSpecifiedInLayout()
PropertyModel that are not present in a layout should be rendered or not in the "Other" category.true if the properties not present in a layout should be included in the "Other" category; false otherwise.