Interface FstrToLowerCase

Returns the lower case version of the string

interface FstrToLowerCase {
    args: [string | GeoStylerStringFunction];
    name: "strToLowerCase";
}

Hierarchy (view full)

Properties

Properties

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