hl.dsp.window.pseudo¶
- hl.dsp.window.pseudo(spec?: table)¶
Set, unset, or toggle pseudo state.
Signature¶
hl.dsp.window.pseudo(spec?: table): HL.Dispatcher
Parameters¶
- spectable, optional
Toggle-action table.
- window
HL.WindowSelector, optional Target window where supported.
Returns¶
- dispatcher
HL.Dispatcher Dispatcher object returned by this function.
Examples¶
hl.dispatch(hl.dsp.window.pseudo({ action = "toggle" }))
Notes¶
See also¶
HL.DispatcherDispatcher object returned by this function.
hl.bind()Bind a dispatcher to a key.
hl.dispatch()Execute a dispatcher immediately.