Interface FstrToUpperCase

Returns the upper case version of the string

interface FstrToUpperCase {
    args: [string | GeoStylerStringFunction];
    name: "strToUpperCase";
}

Hierarchy (view full)

Properties

Properties

args: [string | GeoStylerStringFunction]
name: "strToUpperCase"