Properties that can be passed into the constructor for data/FeatureList!FeatureList.

interface FeatureListProperties {
    featureSet?: FeatureSet | FeatureSetProperties | (Feature | FeatureProperties)[];
    id?: string;
    title?: string;
}

Hierarchy (view full)

Properties

The features contained in the list.

id?: string

The unique ID to assign to the entity. If not specified, one will be generated.

title?: string