InspectableModifier
Class
Common
Deprecated This API will create more invalidations of your modifier than necessary, so it's use is discouraged. Implementing the inspectableProperties method on ModifierNodeElement is the recommended zero-cost alternative to exposing properties on a Modifier to tooling.
class InspectableModifier(inspectorInfo: InspectorInfo.() -> Unit) :
Modifier.Element, InspectorValueInfo(inspectorInfo)
Annotates a range of modifiers in a chain with inspector metadata.
Properties
Common
val end = End()