Sha256: 527af9b967dbb306e779e3e6195e174f8fd06b3a0c440e08a82c5af6bdb4acb4

Contents?: true

Size: 526 Bytes

Versions: 1

Compression:

Stored size: 526 Bytes

Contents

### `:_command_`

This event is used by Vedeu internally, though you can bind to it if
you wish. It is preferred for you to bind to `:command` though.

Will cause the triggering of the `:command` event; which you should
define to 'do things'.

    Vedeu.trigger(:_command_, command)

    Vedeu.bind(:command) do
      # ... your code here ...
    end

Alternatively, you can access commands entered using the following
API methods: (See {Vedeu::Input::Store} for more details).

    Vedeu.all_commands

    Vedeu.last_command

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vedeu-0.8.32 docs/events/by_name/command.md