Parameter interface for MPRouteProperty.

Export

MPRoutePropertyParams

interface MPRoutePropertyParams {
    text?: string;
    time_zone?: string;
    value?: number;
}

Properties

text?: string

Accompanying text to the value.

time_zone?: string

The timezone of the property.

value?: number

The value of the property.

Generated using TypeDoc