Interface ColorPresentation

interface ColorPresentation {
    additionalTextEdits?: TextEdit[];
    label: string;
    textEdit?: TextEdit;
}

Properties

additionalTextEdits?: TextEdit[]
label: string
textEdit?: TextEdit