CommandList: CommandList

Description Usage Details Value See Also Examples

Description

The list of commands that could be applied during InteractiveIGraph.

Usage

1
2
3
4

Details

Almost all commands (hot-keys) that could be applied in InteractiveIGraph are recorded in the CommandList. It is an object of the type list. The names of it's elements correspond to a hot-key and the elements contains a list with label, description and the function.

You can append this list, but be aware of the CommandList structure and be sure to return an object of the class InteractiveIGraph at the end of the function.

Please apply PrintCommandList function to find out possible commands.

There are some special keys that are not in the list.

Value

The list of commands.

See Also

InteractiveIGraph

Examples

1

InteractiveIGraph documentation built on May 2, 2019, 2:08 a.m.