Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Optional base

base?: Element | Text

Private computeDateVars

computeDateVars: any

context

context: ViewContext

debug

debug: boolean

Private eventStoreToSegs

eventStoreToSegs: any

propEquality

propEquality: EqualityFuncs<ViewProps>

props

props: RenderableProps<ViewProps, any>

setRootEl

setRootEl: (rootEl: null | HTMLDivElement) => void

Type declaration

    • (rootEl: null | HTMLDivElement): void
    • Parameters

      • rootEl: null | HTMLDivElement

      Returns void

state

state: { dateHeaderIdRoot: string; eventHeaderId: string; timeHeaderId: string }

Type declaration

  • dateHeaderIdRoot: string
  • eventHeaderId: string
  • timeHeaderId: string

stateEquality

stateEquality: EqualityFuncs<Dictionary>

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

_eventStoreToSegs

Optional componentDidCatch

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

Optional componentDidMount

  • componentDidMount(): void

Optional componentDidUpdate

  • componentDidUpdate(previousProps: Readonly<ViewProps>, previousState: Readonly<Dictionary>, snapshot: any): void

Optional componentWillMount

  • componentWillMount(): void

Optional componentWillReceiveProps

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

Optional componentWillUnmount

  • componentWillUnmount(): void

Optional componentWillUpdate

  • componentWillUpdate(nextProps: Readonly<ViewProps>, nextState: Readonly<Dictionary>, nextContext: any): void

eventRangeToSegs

eventRangesToSegs

forceUpdate

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

Optional getChildContext

  • getChildContext(): object

Optional getSnapshotBeforeUpdate

isValidDateDownEl

isValidSegDownEl

prepareHits

  • prepareHits(): void

queryHit

  • queryHit(positionLeft: number, positionTop: number, elWidth: number, elHeight: number): null | Hit
  • Parameters

    • positionLeft: number
    • positionTop: number
    • elWidth: number
    • elHeight: number

    Returns null | Hit

render

renderEmptyMessage

renderSegList

setState

shouldComponentUpdate

Static Optional getDerivedStateFromError

  • getDerivedStateFromError(error: any): null | object

Static Optional getDerivedStateFromProps

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

Generated using TypeDoc