Type alias DivScope

DivScope: {
    cache: {
        [key: number]: HTMLDivElement;
    };
    child: HTMLDivElement;
    parent: HTMLDivElement;
}

Represents a DivScope object.

Type declaration

  • cache: {
        [key: number]: HTMLDivElement;
    }
    • [key: number]: HTMLDivElement
  • child: HTMLDivElement
  • parent: HTMLDivElement

Generated using TypeDoc