MapBox group management

ol.style.editor.Group

options for function call.

var group = new Group ({
title : "MyGroup",
collapse : true, // plier/deplier
target : ...
});
group.add();
group.add();

Constructors

Properties

Methods

Constructors

Properties

container: undefined | null | HTMLDivElement
id: any
name:
    | undefined
    | { container: string; details: string; summary: string; target: string }
options: any

Methods