Interface FparseBoolean

Parses a string into a boolean. The empty string, f, 0.0 and 0 are considered false, everything else is considered true.

interface FparseBoolean {
    args: [string | GeoStylerStringFunction];
    name: "parseBoolean";
}

Hierarchy (view full)

Properties

Properties

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