interface MyApplicationArgs {
    clientConfig: MyDefaultApplicationClientConfig;
    created?: string | Date;
    id?: number;
    layerConfig?: DefaultApplicationLayerConfig<DefaultLayerClientConfig, DefaultLayerSourceConfig>[];
    layerTree?: DefaultLayerTree;
    modified?: string | Date;
    name?: string;
    stateOnly?: boolean;
    toolConfig?: DefaultApplicationToolConfig[];
}

Hierarchy (view full)

Properties

created?: string | Date
id?: number
layerTree?: DefaultLayerTree
modified?: string | Date
name?: string
stateOnly?: boolean