Interface FixedColor

interface FixedColor {
    fixedValue: DataDrivenPropertyValueSpecification<string>;
}

Properties

Properties

fixedValue: DataDrivenPropertyValueSpecification<string>