Type alias ngeoScaleSelectorOptions

ngeoScaleSelectorOptions: {
    dropup?: boolean;
    values: number[];
}

The scale selector options

Type declaration

  • Optional dropup?: boolean

    True to get a drop menu that opens imself to the top, instead of the bottom.

  • values: number[]

    The available scales

Generated using TypeDoc