Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

  • HookProps

Hierarchy

Index

Constructors

Properties

base?: Element | Text
context: ViewContext
debug: boolean
handleRootEl: ((el: null | HTMLElement) => void)

Type declaration

    • (el: null | HTMLElement): void
    • Parameters

      • el: null | HTMLElement

      Returns void

propEquality: EqualityFuncs<RenderHookProps<HookProps>>
props: RenderableProps<RenderHookProps<HookProps>, any>
rootElRef: any
state: Readonly<Dictionary>
stateEquality: EqualityFuncs<Dictionary>
addPropsEquality: ((this: { prototype: { propEquality: any } }, propEquality: any) => void)

Type declaration

    • (this: { prototype: { propEquality: any } }, propEquality: any): void
    • Parameters

      • this: { prototype: { propEquality: any } }
        • prototype: { propEquality: any }
          • propEquality: any
      • propEquality: any

      Returns void

addStateEquality: ((this: { prototype: { stateEquality: any } }, stateEquality: any) => void)

Type declaration

    • (this: { prototype: { stateEquality: any } }, stateEquality: any): void
    • Parameters

      • this: { prototype: { stateEquality: any } }
        • prototype: { stateEquality: any }
          • stateEquality: any
      • stateEquality: any

      Returns void

contextType: any
defaultProps?: any
displayName?: string

Methods

  • componentDidCatch(error: any, errorInfo: ErrorInfo): void
  • componentDidMount(): void
  • componentDidUpdate(previousProps: Readonly<RenderHookProps<HookProps>>, previousState: Readonly<Dictionary>, snapshot: any): void
  • componentWillMount(): void
  • componentWillReceiveProps(nextProps: Readonly<RenderHookProps<HookProps>>, nextContext: any): void
  • componentWillUnmount(): void
  • componentWillUpdate(nextProps: Readonly<RenderHookProps<HookProps>>, nextState: Readonly<Dictionary>, nextContext: any): void
  • forceUpdate(callback?: (() => void)): void
  • getChildContext(): object
  • getDerivedStateFromError(error: any): null | object
  • getDerivedStateFromProps(props: object, state: object): null | object

Generated using TypeDoc