Usage
Signature:
interface GanttReferenceObjectElement
Typescript Import Format
//To typecheck the element APIs, import as below.
import { GanttReferenceObjectElement } from "ojs/ojgantt";
//For the transpiled javascript to load the element's module, import as below
import "ojs/ojgantt";
For additional information visit:
Attributes
- 
    
    
end :string
 - 
    
      The end time value of this reference object. See Date and Time Formats for more details on the required string formats.
- Default Value:
 ""
 - 
    
    
start :string
 - 
    
      The start time value of this reference object. See Date and Time Formats for more details on the required string formats.
- Default Value:
 ""
 - 
    
    
svg-class-name :string
 - 
    
      A space delimited list of CSS style classes defining the style of the reference object. Note that only CSS style applicable to SVG elements can be used.
- Default Value:
 ""
 - 
    
    
(nullable) svg-style :Partial<CSSStyleDeclaration>
 - 
    
      The CSS style defining the style of the reference object. Only SVG CSS style properties are supported.
- Default Value:
 {}