AbstractProtectedconstructorOptionalmethods: UiConfigMethodsOptionalundoManager: false | JSUndoManagerProtected_Protected_ReadonlyconfigReadonlymethodsProtected_Protected Abstract_The type of event to listen to.
The function that gets called when the event is fired.
Optionalconfig: UiObjectConfig<any, string, any>Optionalparams: UiObjectConfig<any, string, any>Fire an event type.
The type of event that gets fired.
Disposes the UI associated with a config, doesn't makes change to the object or its parent.
Optionalconfig: UiObjectConfig<any, string, any>Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Abstractrender
Adds a listener to an event type.