v7.3.0

ResourceTimeRangesBase
Abstract

Abstract base class for ResourceTimeRanges and ResourceNonWorkingTime features. Provides shared rendering logic for per-resource time range elements positioned behind events. You should not use this class directly.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • Specify value to use for the tabIndex attribute of range elements

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class

    CSS variables

    CSS variables that can be set to adjust appearance
    Name Description
    --b-resource-time-range-align-items Resource time range align items (flexbox)
    --b-resource-time-range-background Resource time range background color (declared on .b-sch-resource-time-range)
    --b-resource-time-range-background-transparency Resource time range background transparency (color-mixed with primary color)
    --b-resource-time-range-color Resource time range text color (declared on .b-sch-resource-time-range)
    --b-resource-time-range-font-size Resource time range font size
    --b-resource-time-range-padding-block Resource time range padding block
    --b-resource-time-range-padding-inline Resource time range padding inline
    --b-resource-time-range-zindex Resource time range z-index

    Source path

    Scheduler/feature/base/ResourceTimeRangesBase.js

    Contents