public interface ISharedSettingsRequest
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSupportMarkupKind(String kind)
Returns
true if the client can support the given Markup kind for
documentation and false otherwise. |
SharedSettings |
getSharedSettings()
Returns the sharedSettings instance
|
boolean canSupportMarkupKind(String kind)
true if the client can support the given Markup kind for
documentation and false otherwise.kind - the markup kindtrue if the client can support the given Markup kind for
documentation and false otherwise.SharedSettings getSharedSettings()
Copyright © 2020. All rights reserved.