Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IState<Data>

Type parameters

  • Data

Hierarchy

  • IState

Index

Properties

activeIndex

activeIndex: number

batchNeedRenderFixed

batchNeedRenderFixed: boolean

containerHeight

containerHeight: number

is

is: (state: HoverState) => boolean

Type declaration

items

items: ReactNode[]

name

name: string

preChildren

preChildren: ReactNode

renderItems

renderItems: ReactNode[]

selectedRows

selectedRows: Data[]

transit

transit: (state: HoverState) => void

Type declaration

transitionDuration

transitionDuration: number

Generated using TypeDoc