Command$Typings extension

on

Properties

arguments List?

Available on Command, provided by the Command$Typings extension

Arguments that the command handler should be invoked with.
getter/setter pair
command String

Available on Command, provided by the Command$Typings extension

The identifier of the actual command handler. @see {@link commands.registerCommand}
getter/setter pair
title String

Available on Command, provided by the Command$Typings extension

Title of the command, like save.
getter/setter pair
tooltip String?

Available on Command, provided by the Command$Typings extension

A tooltip for the command, when represented in the UI.
getter/setter pair