Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new TimeCols(props?: TimeColsProps, context?: any): TimeCols

Properties

Optional base

base?: Element | Text

Private colCoords

colCoords: any

context

context: ViewContext

debug

debug: boolean

handleColCoords

handleColCoords: (colCoords: null | PositionCache) => void

Type declaration

handleRootEl

handleRootEl: (el: null | HTMLElement) => void

Type declaration

handleScrollRequest

handleScrollRequest: (request: ScrollRequest) => boolean

Type declaration

handleSlatCoords

handleSlatCoords: (slatCoords: null | TimeColsSlatsCoords) => void

Type declaration

Private processSlotOptions

processSlotOptions: any

propEquality

propEquality: EqualityFuncs<TimeColsProps>

props

props: RenderableProps<TimeColsProps, any>

Private scrollResponder

scrollResponder: any

state

state: { slatCoords: any }

Type declaration

  • slatCoords: any

stateEquality

stateEquality: EqualityFuncs<TimeColsState>

uid

uid: string

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(prevProps: TimeColsProps): void

Optional componentWillMount

  • componentWillMount(): void

Optional componentWillReceiveProps

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

componentWillUnmount

  • componentWillUnmount(): void

Optional componentWillUpdate

  • componentWillUpdate(nextProps: Readonly<TimeColsProps>, nextState: Readonly<TimeColsState>, nextContext: any): void

forceUpdate

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

Optional getChildContext

  • getChildContext(): object

Optional getSnapshotBeforeUpdate

  • getSnapshotBeforeUpdate(oldProps: Readonly<TimeColsProps>, oldState: Readonly<TimeColsState>): any

isValidDateDownEl

isValidSegDownEl

prepareHits

  • prepareHits(): void

queryHit

  • queryHit(positionLeft: number, positionTop: number): Hit

render

setState

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

    • K: "slatCoords"

    Parameters

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

    Returns void

shouldComponentUpdate

  • shouldComponentUpdate(nextProps: TimeColsProps, nextState: TimeColsState): boolean

Static Optional getDerivedStateFromError

  • getDerivedStateFromError(error: any): null | object

Static Optional getDerivedStateFromProps

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

Generated using TypeDoc