CoreMedia CKEditor 5 Plugins
    Preparing search index...
    • Executes OpenImageInTabCommand, if available. Optional URI paths may be provided to override URI paths as possibly evaluated from the model state.

      Parameters

      • editor: Editor

        editor instance to invoke the command for

      • uriPaths: string[] = []

        URI path to open explicitly (overrides the model state)

      • name: "openImageInTab" = openImageInTabCommandName

        name of the command

      Returns Promise<OpenEntityInTabResult> | undefined