Skip to content

SemanticTokensRegistrationOptions

[Source]

interface val SemanticTokensRegistrationOptions is
  SemanticTokensOptions val,
  TextDocumentRegistrationOptions val,
  StaticRegistrationOptions val

Implements


Public Functions

get_json

[Source]

fun val get_json()
: (Object box | Sequence box | String box | 
    I128 val | F64 val | Bool val | 
    Null val)

Returns


legend

[Source]

fun val legend()
: SemanticTokensLegend val

Returns


range

[Source]

fun val range()
: (Bool val | Object ref | None val)

Returns


full

[Source]

fun val full()
: (Bool val | SemanticTokensFullOptions val | None val)

Returns


get_json_props

[Source]

fun val get_json_props()
: Array[(String val , (Object box | Sequence box | String box | I128 val | F64 val | Bool val | Null val))] ref

Returns


workDoneProgress

fun val workDoneProgress()
: (Bool val | None val)

Returns


documentSelector

fun val documentSelector()
: (Seq[DocumentFilter val] val | None val)

Returns


id

[Source]

fun val id()
: (String val | None val)

Returns