Augmented properties for LinkUI.

interface LinkUIAugmentation {
    actionsView: null | AugmentedLinkActionsView;
    formView: null | default & default<HTMLElement> & {} & LinkFormViewAugmentation;
}

Properties

actionsView: null | AugmentedLinkActionsView
formView: null | default & default<HTMLElement> & {} & LinkFormViewAugmentation