View source
typedef DocumentColorClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.ColorProvider
Fields
optionaldynamicRegistration:Null<Bool>
Whether implementation supports dynamic registration. If this is set to true
the client supports the new DocumentColorRegistrationOptions
return value
for the corresponding server capability as well.