Interface for a Vim object.
The type of element contained in the Vim.
Retrieves all elements within the Vim.
An array of all Vim objects.
Retrieves the bounding box of the Vim object.
The bounding box of the Vim object.
Retrieves the element associated with the given index.
The index of the element.
The element corresponding to the element index, or undefined if not found.
Retrieves the element associated with the specified instance index.
The instance index of the of one of the instance included in the element.
The object corresponding to the instance, or undefined if not found.
Retrieves the element associated with the specified id.
The element ID to retrieve objects for.
An array of element corresponding to the given id.
Interface for a Vim object.