Interface BaseHorizontalAnnotationJson

interface BaseHorizontalAnnotationJson {
    label: Input<undefined | string>;
    value: Input<number>;
}

Hierarchy (view full)

Properties

Properties

label: Input<undefined | string>
value: Input<number>

Generated using TypeDoc