hl.dsp.workspace.toggle_special

hl.dsp.workspace.toggle_special(name?: string)

Create a dispatcher.

Signature

hl.dsp.workspace.toggle_special(name?: string): HL.Dispatcher

Parameters

namestring, optional

Special workspace name. Omit for the default special workspace.

Returns

dispatcherHL.Dispatcher

Dispatcher object returned by this function.

Examples

hl.dispatch(hl.dsp.workspace.toggle_special("scratch"))

See also

HL.Dispatcher

Dispatcher object returned by this function.

hl.bind()

Bind a dispatcher to a key.

hl.dispatch()

Execute a dispatcher immediately.