CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Command to be bound in LinkActionsView to set a certain target behavior.

    Hierarchy

    • Command
      • LinkTargetCommand
    Index

    Constructors

    • Creates a new Command instance.

      Parameters

      • editor: Editor

        The editor on which this command will be used.

      Returns LinkTargetCommand

    Methods

    • Validates if all given attributes are hypothetically supported by the given element. The result is always false if the element does not exist.

      Parameters

      • element: ModelElement | null | undefined

        element to hypothetically validate attributes for

      • schema: ModelSchema

        schema to use for validation

      • attribute: string

        first attribute to check

      • ...otherAttributes: string[]

        other attributes to check

      Returns boolean