Internal API of LinkFormView and LinkActionsView we need to expose in some contexts.

interface HasFocusables {
    _focusables: default<default<HTMLElement>>;
}

Properties

Properties

_focusables: default<default<HTMLElement>>