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

  • Optionalheight?: number

    Layer height in inches

  • Optionalleft?: number

    Layer left position in inches

  • Optionaltop?: number

    Layer top position in inches

  • Optionalwidth?: number

    Layer width in inches