Type Alias LayerPosition

LayerPosition: {
    height: number;
    left: number;
    top: number;
    width: number;
}

Information about the Layer position. If the positions are not provided then the design will be automatically centered.

Type declaration

  • height: number

    Layer height in inches

  • left: number

    Layer left position in inches

  • top: number

    Layer top position in inches

  • width: number

    Layer width in inches