FocusTrapParams: {
    canContainOtherPatterns?: boolean;
    focusBottomCallback?: Generic;
    focusTargetElement: HTMLElement;
    focusTopCallback?: Generic;
}

Type declaration

  • Optional canContainOtherPatterns?: boolean
  • Optional focusBottomCallback?: Generic
  • focusTargetElement: HTMLElement
  • Optional focusTopCallback?: Generic