trait Props extends Object with ComponentRef[IFocusTrapZone]
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- ComponentRef
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val ariaLabelBy: UndefOr[String]
- Annotations
- @JSOptional()
- val componentRef: UndefOr[Ref[IFocusTrapZone]]
Take any kind of
Ref[T]
.Take any kind of
Ref[T]
.- Definition Classes
- ComponentRef
- Annotations
- @JSOptional()
- val componentRefCallback: UndefOr[RefCb[IFocusTrapZone]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefMutable: UndefOr[MutableRef[IFocusTrapZone]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefReact: UndefOr[ReactRef[IFocusTrapZone]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val disableFirstFocus: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val disabled: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val elementToFocusOnDismiss: UndefOr[Element]
- Annotations
- @JSOptional()
- val firstFocusSelector: UndefOr[|[String, Function0[String]]]
- Annotations
- @JSOptional()
- val focusPreviouslyFocusedInnerElement: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val forceFocusInsideTrap: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val ignoreExternalFocusing: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val isClickableOutsideFocusTrap: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object