View source
typedef ColorPresentation
package languageServerProtocol
import languageServerProtocol.Types
Fields
optionaltextEdit:Null<TextEdit>
An edit which is applied to a document when selecting
this presentation for the color. When falsy
the label
is used.
label:String
The label of this color presentation. It will be shown on the color picker header. By default this is also the text that is inserted when selecting this color presentation.
optionaladditionalTextEdits:Null<Array<TextEdit>>
An optional array of additional text edits that are applied when
selecting this color presentation. Edits must not overlap with the main edit
nor with themselves.