Interface Fproperty

Returns the value of the property argument[0]. Allows property names to be compute or specified by Variable substitution in SLD.

interface Fproperty {
    args: [string | GeoStylerStringFunction];
    name: "property";
}

Hierarchy (view full)

Properties

Properties

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