Type alias SupportInfo

SupportInfo: {
    info?: string;
    support: SupportLevel;
}

Detailed information about the support of a functionality. Can contain an info text.

Type declaration

Generated using TypeDoc