Creates a new Command instance.
The editor on which this command will be used.
Executes the command to apply the given target. If the target is falsy
(thus, empty string, null or undefined), the linkTarget attribute will
be removed instead.
target to set; empty string/null/undefined to trigger removal of linkTarget attribute
Update value and enabled state.
Protected StaticattributesValidates if all given attributes are hypothetically supported by the
given element. The result is always false if the element does not exist.
element to hypothetically validate attributes for
schema to use for validation
first attribute to check
other attributes to check
Command to be bound in
LinkActionsViewto set a certain target behavior.