Skip to content

PositionV4

type PositionV4 = {
aspectRatio?: number;
height?: string;
width?: string;
x?: string;
y?: string;
};

Defined in: types/CimDocV4.ts:47

Properties

aspectRatio?

optional aspectRatio: number;

Defined in: types/CimDocV4.ts:52


height?

optional height: string;

Defined in: types/CimDocV4.ts:51


width?

optional width: string;

Defined in: types/CimDocV4.ts:50


x?

optional x: string;

Defined in: types/CimDocV4.ts:48


y?

optional y: string;

Defined in: types/CimDocV4.ts:49