Properties
Optional base
base?: Element | Text
handleClick
handleClick: ((ev: MouseEvent) => void)
handlePopoverClose
handlePopoverClose: (() => void)
Private linkElRef
linkElRef: any
Private parentEl
parentEl: any
state
state: { isPopoverOpen: boolean; popoverId: string }
Type declaration
isPopoverOpen: boolean
popoverId: string
stateEquality
stateEquality: EqualityFuncs<MoreLinkRootState>
Static addPropsEquality
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
Returns void
Static addStateEquality
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
Returns void
Static contextType
contextType: any
Static Optional defaultProps
defaultProps?: any
Static Optional displayName
displayName?: string