Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Optional base

base?: Element | Text

context

context: ViewContext

debug

debug: boolean

handleClick

handleClick: (ev: MouseEvent) => void

Type declaration

    • (ev: MouseEvent): void
    • Parameters

      • ev: MouseEvent

      Returns void

handlePopoverClose

handlePopoverClose: () => void

Type declaration

    • (): void
    • Returns void

Private linkElRef

linkElRef: any

Private parentEl

parentEl: any

propEquality

propEquality: EqualityFuncs<MoreLinkRootProps>

props

props: RenderableProps<MoreLinkRootProps, any>

state

state: { isPopoverOpen: boolean; popoverId: string }

Type declaration

  • isPopoverOpen: boolean
  • popoverId: string

stateEquality

stateEquality: EqualityFuncs<MoreLinkRootState>

Static addPropsEquality

addPropsEquality: (propEquality: any) => void

Type declaration

    • (propEquality: any): void
    • Parameters

      • propEquality: any

      Returns void

Static addStateEquality

addStateEquality: (stateEquality: any) => void

Type declaration

    • (stateEquality: any): void
    • Parameters

      • stateEquality: any

      Returns void

Static contextType

contextType: any

Static Optional defaultProps

defaultProps?: any

Static Optional displayName

displayName?: string

Methods

Optional componentDidCatch

  • componentDidCatch(error: any, errorInfo: any): void

componentDidMount

  • componentDidMount(): void

componentDidUpdate

  • componentDidUpdate(): void

Optional componentWillMount

  • componentWillMount(): void

Optional componentWillReceiveProps

  • componentWillReceiveProps(nextProps: Readonly<MoreLinkRootProps>, nextContext: any): void

Optional componentWillUnmount

  • componentWillUnmount(): void

Optional componentWillUpdate

  • componentWillUpdate(nextProps: Readonly<MoreLinkRootProps>, nextState: Readonly<MoreLinkRootState>, nextContext: any): void

forceUpdate

  • forceUpdate(callback?: () => void): void

Optional getChildContext

  • getChildContext(): object

Optional getSnapshotBeforeUpdate

  • getSnapshotBeforeUpdate(oldProps: Readonly<MoreLinkRootProps>, oldState: Readonly<MoreLinkRootState>): any

render

setState

  • setState<K>(state: null | ((prevState: Readonly<MoreLinkRootState>, props: Readonly<MoreLinkRootProps>) => null | Pick<MoreLinkRootState, K> | Partial<MoreLinkRootState>) | Pick<MoreLinkRootState, K> | Partial<MoreLinkRootState>, callback?: () => void): void
  • Type parameters

    • K: keyof MoreLinkRootState

    Parameters

    • state: null | ((prevState: Readonly<MoreLinkRootState>, props: Readonly<MoreLinkRootProps>) => null | Pick<MoreLinkRootState, K> | Partial<MoreLinkRootState>) | Pick<MoreLinkRootState, K> | Partial<MoreLinkRootState>
    • Optional callback: () => void
        • (): void
        • Returns void

    Returns void

shouldComponentUpdate

  • shouldComponentUpdate(nextProps: MoreLinkRootProps, nextState: MoreLinkRootState): boolean

updateParentEl

  • updateParentEl(): void
  • Returns void

Static Optional getDerivedStateFromError

  • getDerivedStateFromError(error: any): null | object

Static Optional getDerivedStateFromProps

  • getDerivedStateFromProps(props: object, state: object): null | object

Generated using TypeDoc