invoke-command ( target command -- )
Factor handbook » UI framework » Implementing new gadgets » UI gestures » Commands

Prev:command-map
Next:$command-map ( element -- )


Vocabulary
ui.commands

Inputs
targetan object
commanda command


Outputs
None

Word description
Invokes a command on the given target object.

See also
+nullary+

Definition

GENERIC: invoke-command ( target command -- )


Methods