Home > blockly > Events > TrashcanOpen > (constructor)
Events.TrashcanOpen.(constructor)
Constructs a new instance of the TrashcanOpen class
Signature:
constructor(opt_isOpen?: boolean, opt_workspaceId?: string);
Parameters
| Parameter | Type | Description |
|---|---|---|
| opt_isOpen | boolean | (Optional) Whether the trashcan flyout is opening (false if opening). Undefined for a blank event. |
| opt_workspaceId | string | (Optional) The workspace identifier for this event. Undefined for a blank event. |