interface GroupOptions {
    dataSources: DataSource[];
    title: string;
}

Properties

Properties

dataSources: DataSource[]

List of data source combined in the group. At least one must be defined upon the creation of the group.

title: string

A human-readable title for the group. Usually, the WMS Server title is used for this property.