WorkspaceItem class
Signature:
export abstract class WorkspaceItem extends Events
Extends: Events
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
parent | abstract | WorkspaceParent | The direct parent of the leaf. |
Methods
Method | Modifiers | Description |
---|---|---|
getContainer() | Get the root container parent item, which can be one of: - WorkspaceRoot - WorkspaceWindow | |
getRoot() | ||
off(name, callback) | (Inherited from Events) | |
offref(ref) | (Inherited from Events) | |
on(name: string, callback, ctx) | (Inherited from Events) | |
trigger(name, data) | (Inherited from Events) | |
tryTrigger(evt, args) | (Inherited from Events) |