Type alias FocusTrapParams
Focus
Trap
Params
: { canContainOtherPatterns
?: boolean; focusBottomCallback
?: Generic; focusTargetElement
: HTMLElement; focusTopCallback
?: Generic; }
Type declaration
-
Optional
canContainOtherPatterns?: boolean
-
Optional
focusBottomCallback?: Generic
-
focusTargetElement: HTMLElement
-
Optional
focusTopCallback?: Generic