UNPKG

@eddye68/studio-client

Version:

The AWS service Studio client

30 lines 834 B
// src/model/wfl/sticky-info.ts var StickyInfo = class { constructor(AnchorX = null, AnchorY = null, Left = null, Top = null, Width = null, Height = null, Page = null, Version = null, Color = null, PageSequence = null) { this.__classname__ = "StickyInfo"; this.AnchorX = null; this.AnchorY = null; this.Left = null; this.Top = null; this.Width = null; this.Height = null; this.Page = null; this.Version = null; this.Color = null; this.PageSequence = null; this.AnchorX = AnchorX; this.AnchorY = AnchorY; this.Left = Left; this.Top = Top; this.Width = Width; this.Height = Height; this.Page = Page; this.Version = Version; this.Color = Color; this.PageSequence = PageSequence; } }; export { StickyInfo }; //# sourceMappingURL=sticky-info.mjs.map