PostCommand

These are common commands that apply to all widgets that have them injected.

Members

Functions

removePostCommand
auto removePostCommand()

Remove a previously set post command.

setPostCommand
auto setPostCommand(CommandCallback callback)

Add a post command to a widget. This is usually to modify the widget after creation.

Meta