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
Protected
Static
attributesValidates 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
Rest
...otherAttributes: string[]other attributes to check
Command to be bound in
LinkActionsView
to set a certain target behavior.