interface JLayerGroup {
    children: JLayerTreeElement[];
    description: string;
    id: JId;
    image: null | string;
    initialVisibility: boolean;
    isGroup: boolean;
    name: string;
    open: boolean;
    path: string;
    visible: boolean;
}

Hierarchy (view full)

Properties

children: JLayerTreeElement[]
description: string
id: JId
image: null | string
initialVisibility: boolean
isGroup: boolean
name: string
open: boolean
path: string
visible: boolean