Workspaceon(‘resize’)

Workspace.on(‘resize’) method

Triggered when a WorkspaceItem is resized or the workspace layout has changed.

Signature:

on(name: 'resize', callback: () => any, ctx?: any): EventRef;

Parameters

ParameterTypeDescription
name’resize’
callback() any
ctxany(Optional)

Returns:

EventRef