happypdf / Space
Type Alias: Space
ts
type Space = {
bottomLeft: Coordinates;
bottomRight: Coordinates;
topLeft: Coordinates;
topRight: Coordinates;
};Defined in: src/types/index.ts:31
Properties
bottomLeft
ts
bottomLeft: Coordinates;Defined in: src/types/index.ts:35
bottomRight
ts
bottomRight: Coordinates;Defined in: src/types/index.ts:34
topLeft
ts
topLeft: Coordinates;Defined in: src/types/index.ts:32
topRight
ts
topRight: Coordinates;Defined in: src/types/index.ts:33