Interface FstrConcat

Concatenates the two strings into one

interface FstrConcat {
    args: (string | GeoStylerStringFunction)[];
    name: "strConcat";
}

Hierarchy (view full)

Properties

Properties

args: (string | GeoStylerStringFunction)[]
name: "strConcat"