Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IElementRefProps<E>

Type parameters

  • E: HTMLElement

Hierarchy

Index

Properties

Properties

Optional elementRef

elementRef: (ref: E | null) => void

Ref handler to access the instance of the internal HTML element.

Type declaration

    • (ref: E | null): void
    • Parameters

      • ref: E | null

      Returns void

Generated using TypeDoc