Interface ResourceLabelFormatter

interface ResourceLabelFormatter {
    authority?: string;
    formatting: ResourceLabelFormatting;
    priority?: boolean;
    scheme: string;
}

Properties

authority?: string
priority?: boolean
scheme: string