Class CommandMetadata

Defines properties and message types for Command.

Property Types

See also PropertyType
CommandMetadata.CommandPropertyProperty

The command executed by a UI control

Message Types

See also MessageType
CommandMetadata.CommandMessage

Command message arguments

Arguments: CommandMetadata.CommandMessageArguments

Message Arguments

Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.

CommandMetadata.CommandMessageArguments

CommandArgumentPropertyProperty

The command argument executed by a UI control

Example
local value = arguments:getCommandArgumentPropertyProperty()
arguments:setCommandArgumentPropertyProperty(value)