Interface ServicePoints

Configuration for service points.

interface ServicePoints {
    contextual?: null | ServicePoint[];
    defaults?: null | ServicePoint[];
    displayMode?: "grouped";
    groupLabel?: string;
}

Hierarchy (View Summary)

Properties

contextual?: null | ServicePoint[]

The contextual service points.

defaults?: null | ServicePoint[]

The default service points.

displayMode?: "grouped"

The display mode for the service points.

groupLabel?: string

The label for the group of service points.