Function customInspectorElement
- customInspectorElement<T>(onElementRequested, onRefreshElement?, isLabelAccessory?): AttributeDecorator<Attribute>
Parameters
- onElementRequested: (() => T)
OptionalonRefreshElement: ((element: T, value: any) => void)- (element, value): void
Returns void
OptionalisLabelAccessory: boolean
Adds a custom inspector element to the field.