OpenRequest
class
Represents file open request.
Properties
| Name | Type | Description |
|---|---|---|
file? (readonly) |
IFile |
The file associated with the request if any. |
injector (readonly) |
Injector |
Editor scope injector. |
options (readonly) |
OpenOptions |
The options associated with the request. |
uri (readonly) |
Uri |
The uri to open. |
equals()
Signature
equals(o: any): o is OpenRequestParameters
o(any)
Returns
o is OpenRequest