UNPKG

pageguide

Version:

A simple library to light page-elements up, even in complex z-index rich applications.

59 lines (32 loc) 1.02 kB
[pageguide](../README.md) > [IRect](../interfaces/irect.md) # Interface: IRect ## Hierarchy **IRect** ## Index ### Properties * [height](irect.md#height) * [left](irect.md#left) * [top](irect.md#top) * [width](irect.md#width) --- ## Properties <a id="height"></a> ### height **● height**: *`number`* *Defined in [interfaces/IRect.ts:5](https://github.com/Diligentia-Uitgeverij/pageguide/blob/7a12dd3/src/interfaces/IRect.ts#L5)* ___ <a id="left"></a> ### left **● left**: *`number`* *Defined in [interfaces/IRect.ts:2](https://github.com/Diligentia-Uitgeverij/pageguide/blob/7a12dd3/src/interfaces/IRect.ts#L2)* ___ <a id="top"></a> ### top **● top**: *`number`* *Defined in [interfaces/IRect.ts:3](https://github.com/Diligentia-Uitgeverij/pageguide/blob/7a12dd3/src/interfaces/IRect.ts#L3)* ___ <a id="width"></a> ### width **● width**: *`number`* *Defined in [interfaces/IRect.ts:4](https://github.com/Diligentia-Uitgeverij/pageguide/blob/7a12dd3/src/interfaces/IRect.ts#L4)* ___