Workspace.on(‘css-change’) method
Triggered when the CSS of the app has changed.
Signature:
on(name: 'css-change', callback: () => any, ctx?: any): EventRef;
Parameters
Parameter | Type | Description |
---|---|---|
name | ’css-change’ | |
callback | () ⇒ any | |
ctx | any | (Optional) |
Returns: