Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

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

Properties

base?: Element | Text
colCoords: any
context: ViewContext
debug: boolean
handleColCoords: ((colCoords: null | PositionCache) => void)

Type declaration

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

Type declaration

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

      • el: null | HTMLElement

      Returns void

handleScrollRequest: ((request: ScrollRequest) => boolean)

Type declaration

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

Type declaration

processSlotOptions: any
propEquality: EqualityFuncs<TimeColsProps>
props: RenderableProps<TimeColsProps, any>
scrollResponder: any
state: { slatCoords: any }

Type declaration

  • slatCoords: any
stateEquality: EqualityFuncs<TimeColsState>
uid: string
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(prevProps: TimeColsProps): void
  • componentWillMount(): void
  • componentWillReceiveProps(nextProps: Readonly<TimeColsProps>, nextContext: any): void
  • componentWillUnmount(): void
  • componentWillUpdate(nextProps: Readonly<TimeColsProps>, nextState: Readonly<TimeColsState>, nextContext: any): void
  • forceUpdate(callback?: (() => void)): void
  • getChildContext(): object
  • getSnapshotBeforeUpdate(oldProps: Readonly<TimeColsProps>, oldState: Readonly<TimeColsState>): any
  • isValidDateDownEl(el: HTMLElement): boolean
  • isValidSegDownEl(el: HTMLElement): boolean
  • prepareHits(): void
  • queryHit(positionLeft: number, positionTop: number): Hit
  • safeSetState(newState: Partial<TimeColsState>): void
  • setState<K>(state: null | Partial<TimeColsState> | ((prevState: Readonly<TimeColsState>, props: Readonly<TimeColsProps>) => null | Partial<TimeColsState> | Pick<TimeColsState, K>) | Pick<TimeColsState, K>, callback?: (() => void)): void
  • Type Parameters

    • K extends "slatCoords"

    Parameters

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

    Returns void

  • shouldComponentUpdate(nextProps: TimeColsProps, nextState: TimeColsState): boolean
  • getDerivedStateFromError(error: any): null | object
  • getDerivedStateFromProps(props: object, state: object): null | object

Generated using TypeDoc