TimelineKit API
    Preparing search index...

    Class ModernSchedulerTheme

    Base class for all timeline component themes. Extend to create custom themes.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    font: Font = ...

    Default font used throughout the component.

    headerHeight: number = 50

    Height of the header area in pixels.

    chart: BaseChartStyle = ...

    Chart (right panel) visual style.

    rowHeight: number = 30

    Height of each row in pixels.

    sheet: BaseSheetStyle = ...

    Sheet (left panel) visual style.

    Accessors

    • get contentTop(): number

      Y coordinate where the chart content area begins (below the header and its borders).

      Returns number