Interface ExportSVGHiddenLayerDefinition

The ExportSVGHiddenLayerDefinition interface defines a hidden layer in an SVG export.


AsyncJobs

interface ExportSVGHiddenLayerDefinition {
    name?: string;
    type: "objectid";
}

Properties

Properties

name?: string

The optional name of the layer.

type: "objectid"

The data type that will be added in the given layer.