An opaque reference to a Live object, assigned by the Extension Host.
Handles are received in various contexts — for example, when a command is invoked
it may carry a handle representing the object the action was triggered on. Use
ExtensionContext.getObjectFromHandle to resolve a handle into a typed SDK object.
An opaque reference to a Live object, assigned by the Extension Host.
Handles are received in various contexts — for example, when a command is invoked it may carry a handle representing the object the action was triggered on. Use ExtensionContext.getObjectFromHandle to resolve a handle into a typed SDK object.
The
idis an arbitrary number assigned by the host — never construct a Handle yourself. Only handles received from the host are valid.