CoreMedia CKEditor 5 Plugins
    Preparing search index...

    Augmented properties for LinkUI.

    interface LinkUIAugmentation {
        formView:
            | LinkFormView & ViewWithCssTransitionDisabler & LinkFormViewAugmentation
            | null;
        toolbarView: AugmentedLinkActionsView
        | null;
    }
    Index

    Properties

    formView:
        | LinkFormView & ViewWithCssTransitionDisabler & LinkFormViewAugmentation
        | null
    toolbarView: AugmentedLinkActionsView | null