Optional
Readonly
typeReturns the type of this export, typically one of VariableType, but may also include plugin types. If null, this object cannot be fetched, but can be passed to the server, such as via sendMessage.
the string type of this server-side object, or null.
Exports another copy of this reference, allowing it to be fetched separately. Results in rejection if the ticket was already closed (either by calling close or closing the object returned from fetch).
a promise returning a reexported copy of this object, still referencing the same server-side object.
Represents a server-side object that may not yet have been fetched by the client. When this object will no longer be used, if fetch is not called on this object, then close must be to ensure server-side resources are correctly freed.