Interface MonikerClientCapabilities

Client capabilities specific to the moniker request.

3.16.0

interface MonikerClientCapabilities {
    dynamicRegistration?: boolean;
}

Properties

dynamicRegistration?: boolean

Whether moniker supports dynamic registration. If this is set to true the client supports the new MonikerRegistrationOptions return value for the corresponding server capability as well.