UIZoom defines the configuration for a zoom UIElement, which allows setting a zoom level.

The associated value of the UIZoom element is the selected zoom level. A value of 1 represents 100%, 0.5 means 50% and so on. The min value is 0.1, the max value is 2, and the value can be adjusted in steps of 0.1.

interface UIZoom {
    id: string;
    type: "zoom";
}

Hierarchy

Properties

Properties

id: string
type: "zoom"

Generated using TypeDoc