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
- ResourceTimeRanges - Resource-specific time ranges
- EventNonWorkingTime - Per-event non-working time
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-
Identifies an object as an instance of ResourceTimeRangesBase class, or subclass thereof.
-
Identifies an object as an instance of ResourceTimeRangesBase class, or subclass thereof.
Functions
Functions are methods available for calling on the classCSS 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 |