interface VerticalAnnotationJson {
    color: undefined | string;
    fill: undefined | "before" | "after";
    label: Input<undefined | string>;
    value: Input<string>;
    visible: undefined | boolean;
}

Hierarchy

  • BaseVerticalAnnotationJson
    • VerticalAnnotationJson

Properties

color: undefined | string
fill: undefined | "before" | "after"
label: Input<undefined | string>
value: Input<string>
visible: undefined | boolean

Generated using TypeDoc