LSProtocol::FileOperationOptions
Inherits JSON::Serializable / Reference / Object
Options for notifications/requests for user operations on files.
@since 3.16.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(did_create : FileOperationRegistrationOptions | Nil = nil, did_delete : FileOperationRegistrationOptions | Nil = nil, did_rename : FileOperationRegistrationOptions | Nil = nil, will_create : FileOperationRegistrationOptions | Nil = nil, will_delete : FileOperationRegistrationOptions | Nil = nil, will_rename : FileOperationRegistrationOptions | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source