Interface JLayerTreeElement

interface JLayerTreeElement {
    description: string;
    id: JId;
    initialVisibility: boolean;
    isGroup: boolean;
    name: string;
    path: string;
    visible: boolean;
}

Hierarchy (view full)

Properties

description: string
id: JId
initialVisibility: boolean
isGroup: boolean
name: string
path: string
visible: boolean