Packages

trait Props extends Object with ComponentRef[IFocusTrapZone]

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. ComponentRef
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val ariaLabelBy: UndefOr[String]
    Annotations
    @JSOptional()
  2. val componentRef: UndefOr[Ref[IFocusTrapZone]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  3. val componentRefCallback: UndefOr[RefCb[IFocusTrapZone]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  4. val componentRefMutable: UndefOr[MutableRef[IFocusTrapZone]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  5. val componentRefReact: UndefOr[ReactRef[IFocusTrapZone]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  6. val disableFirstFocus: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val disabled: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. val elementToFocusOnDismiss: UndefOr[Element]
    Annotations
    @JSOptional()
  9. val firstFocusSelector: UndefOr[|[String, Function0[String]]]
    Annotations
    @JSOptional()
  10. val focusPreviouslyFocusedInnerElement: UndefOr[Boolean]
    Annotations
    @JSOptional()
  11. val forceFocusInsideTrap: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. val ignoreExternalFocusing: UndefOr[Boolean]
    Annotations
    @JSOptional()
  14. val isClickableOutsideFocusTrap: UndefOr[Boolean]
    Annotations
    @JSOptional()
  15. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  16. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  17. def toLocaleString(): String
    Definition Classes
    Object
  18. def valueOf(): Any
    Definition Classes
    Object