ink-cartridge
    Preparing search index...

    Type Alias ActivateElementInModalLayerFn

    ActivateElementInModalLayerFn: (
        targetModalLayerId: string,
        targetElementId: string,
    ) => void

    Modal-layer counterpart of ActivateElementFn. Marks a modal-layer element as active (active: true) so the keyboard adapter restores it to the modal's activeElements set and key dispatch to its bindings resumes.

    Type Declaration

      • (targetModalLayerId: string, targetElementId: string): void
      • Parameters

        • targetModalLayerId: string
        • targetElementId: string

        Returns void