Interface ColorsAndLocationsOptions

interface ColorsAndLocationsOptions {
    colors: undefined | null | string[];
    locations: undefined | null | number[];
}

Properties

Properties

colors: undefined | null | string[]
locations: undefined | null | number[]