hl.dsp.window.deny_from_group

hl.dsp.window.deny_from_group(spec?: table)

Set, unset, or toggle group denial.

Signature

hl.dsp.window.deny_from_group(spec?: table): HL.Dispatcher

Parameters

spectable, optional

Toggle-action table.

windowHL.WindowSelector, optional

Target window where supported.

Returns

dispatcherHL.Dispatcher

Dispatcher object returned by this function.

Examples

hl.dispatch(hl.dsp.window.deny_from_group({ action = "toggle" }))

Notes

See also

HL.Dispatcher

Dispatcher object returned by this function.

hl.bind()

Bind a dispatcher to a key.

hl.dispatch()

Execute a dispatcher immediately.