Usage
Signature:
interface GanttRowElement
Typescript Import Format
//To typecheck the element APIs, import as below.
import {GanttRowElement} from "ojs/ojgantt";
//For the transpiled javascript to load the element's module, import as below
import "ojs/ojgantt";
For additional information visit:
Attributes
-
label :string
-
The label associated with the row.
- Default Value:
""
-
label-style :CSSStyleDeclaration
-
The CSS style defining the style of the label. Only CSS style applicable to SVG elements can be used. The following style properties are supported: color, cursor, fontFamily, fontSize, fontStyle, fontWeight, textDecoration.
- Default Value:
{}