interface ZoomControlOptions {
    zoomInText?: string;
    zoomInTitle?: string;
    zoomOutText?: string;
    zoomOutTitle?: string;
}

Properties

zoomInText?: string

The text set on the 'zoom in' button.

zoomInTitle?: string

The title set on the 'zoom in' button.

zoomOutText?: string

The text set on the 'zoom out' button.

zoomOutTitle?: string

The title set on the 'zoom out' button.