Properties
_consumes
_consumes: string[]
_eventHandlers
_eventHandlers: [string, function][]
_lookups
_lookups: [string[], function][]
_provides
_provides: Record<string, function>
_removeEventHandlers
_removeEventHandlers: function
_removeLookups
_removeLookups: function
isInitialized
isInitialized: boolean
props
props: Props = <any>{labels: {low: 'Min',high: 'Max',submit: 'Submit',},}
state
state: State
Invoke the callback provided each time the target event is emitted.
All callbacks are automatically removed when the component is unmounted.