@shakrmedia/editor-sdk ShakrreadyEditor > off
ShakrreadyEditor.off() method
Signature:off<K extends keyof ShakrreadyEditorEventMap>(type: K, listener?: (this: this, event: ShakrreadyEditorEventMap[K]) => void): this;
Parameters
| Parameter | Type | Description |
|---|---|---|
| type | K | |
| listener | (this: this, event: ShakrreadyEditorEventMap[K]) => void | (Optional) |
this