CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    lastOpenedEntities: unknown[] = []

    The entities that were triggered to open latest. Used for testing purposes to verify if the openEntitiesInTab has been triggered.

    Methods

    • Opens entity given by their REST URI in Studio tab.

      Parameters

      • contentUriPath: string

        The content to open the form for, given as a valid Studio Rest content URI.

      Returns Promise<{ accepted: string[]; rejected: string[] }>

      A promise that resolves to true if the form was opened successfully, or false otherwise.

      • focus: whether the app in which this method is called shall be focused. This is 'true' by default.