Interface IVimElement

Interface for a Vim element.

interface IVimElement {
    vim: IVim<IVimElement>;
    getBoundingBox(): Promise<Box3>;
}

Implemented by

Properties

Methods

Properties

The vim from which this object came.

Methods