interface IRollLight {
    enable: boolean;
    value: RangeValue;
}

Implemented by

Properties

Properties

enable: boolean
value: RangeValue