Interface ContractEntry

interface ContractEntry {
    notes?: string;
    path: string;
    support: ContractSupport;
}

Properties

Properties

notes?: string

Additional notes about limitations or behavior.

path: string

JSON path pattern (e.g. "operationalLayers[].layerDefinition.drawingInfo.renderer").

Support level.