interface InspectMapArgs {
    includeLayers?: boolean;
    includeSelection?: boolean;
    includeSources?: boolean;
}

Properties

includeLayers?: boolean
includeSelection?: boolean
includeSources?: boolean