struct LSP::ApplyWorkspaceEditParams
- LSP::ApplyWorkspaceEditParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/workspace_features/apply_workspace_edit.crConstructors
Instance Method Summary
-
#edit : WorkspaceEdit
The edits to apply.
-
#edit=(edit : WorkspaceEdit)
The edits to apply.
-
#label : String | Nil
An optional label of the workspace edit.
-
#label=(label : String | Nil)
An optional label of the workspace edit.
Constructor Detail
Instance Method Detail
def label : String | Nil
#
An optional label of the workspace edit. This label is presented in the user interface for example on an undo stack to undo the workspace edit.
def label=(label : String | Nil)
#
An optional label of the workspace edit. This label is presented in the user interface for example on an undo stack to undo the workspace edit.