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