Abstract Creates a new abstract item delegate.
Protected m_Private m_Private m_Returns true if events are blocked; otherwise returns false.
If blocked is true, then events emitted by this event watcher will be blocked, meaning that emitting an event will not trigger any callback functions that are bound to it.
Static senderReturns the object that sent the event.
Adds a callback function that's going to be called when the event is emitted.
Rest ...data: EventMap[K]Rest ...data: any[]Protected closeProtected Abstract createDelegates this event watcher to handle the given watcher's event named name.
Starts to edit the given item.
Emits an arbitrary set of arguments to the callback function which is bound to the event named name.
Rest ...data: EventMap[K]Rest ...data: any[]Protected Abstract setRemoves the specified watcher for the event named name.
Generated using TypeDoc
The AbstractItemDelegate class is utilized to edit view items.