Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

addResizeHandler

addResizeHandler: (handler: ResizeHandler) => void

Type declaration

    • (handler: ResizeHandler): void
    • Parameters

      • handler: ResizeHandler

      Returns void

calendarApi

calendarApi: CalendarApi

createScrollResponder

createScrollResponder: (execFunc: ScrollRequestHandler) => ScrollResponder

Type declaration

dateEnv

dateEnv: DateEnv

dateProfileGenerator

dateProfileGenerator: DateProfileGenerator

emitter

isRtl

isRtl: boolean

options

pluginHooks

pluginHooks: PluginHooks

registerInteractiveComponent

registerInteractiveComponent: (component: DateComponent<any, Record<string, any>>, settingsInput: InteractionSettingsInput) => void

Type declaration

    • (component: DateComponent<any, Record<string, any>>, settingsInput: InteractionSettingsInput): void
    • Parameters

      • component: DateComponent<any, Record<string, any>>
      • settingsInput: InteractionSettingsInput

      Returns void

removeResizeHandler

removeResizeHandler: (handler: ResizeHandler) => void

Type declaration

    • (handler: ResizeHandler): void
    • Parameters

      • handler: ResizeHandler

      Returns void

theme

theme: Theme

unregisterInteractiveComponent

unregisterInteractiveComponent: (component: DateComponent<any, Record<string, any>>) => void

Type declaration

    • Parameters

      Returns void

viewApi

viewApi: ViewApi

viewSpec

viewSpec: ViewSpec

Methods

dispatch

  • dispatch(action: Action): void

getCurrentData

Generated using TypeDoc