Workspaceon(‘css-change’)

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

ParameterTypeDescription
name’css-change’
callback() any
ctxany(Optional)

Returns:

EventRef