Interface EnrichedServicePoints

Enriched version of the service points, ensuring that both contextual and defaults are non-null.

interface EnrichedServicePoints {
    contextual: EnrichedServicePoint[];
    defaults: EnrichedServicePoint[];
    displayMode?: "grouped";
    groupLabel?: string;
}

Hierarchy (View Summary)

Properties

contextual: EnrichedServicePoint[]

The contextual service points.

The default service points.

displayMode?: "grouped"

The display mode for the service points.

groupLabel?: string

The label for the group of service points.