Type Alias ActivateElementInModalLayerFn
ActivateElementInModalLayerFn: (
targetModalLayerId: string,
targetElementId: string,
) => void
Type Declaration
-
- (targetModalLayerId: string, targetElementId: string): void
-
Parameters
- targetModalLayerId: string
- targetElementId: string
Returns void
Modal-layer counterpart of ActivateElementFn. Marks a modal-layer element as active (
active: true) so the keyboard adapter restores it to the modal'sactiveElementsset and key dispatch to its bindings resumes.