Back to Website
Show / Hide Table of Contents

Class LayerData

Package: @aurigma/design-atoms

Constructors

(constructor)(layerObject, forService)

Constructs a new instance of the LayerData class

Declaration
constructor(layerObject?: Layer, forService?: boolean);
Parameters
Type Name Description
Layer layerObject
boolean forService

Properties

ID

Declaration
ID: string;
Property Value
Type Description
string

L

Declaration
L: boolean;
Property Value
Type Description
boolean

N

Declaration
N: string;
Property Value
Type Description
string

PreviewColor

Declaration
PreviewColor: RgbColor;
Property Value
Type Description
RgbColor

R

Declaration
R: RectangleF;
Property Value
Type Description
RectangleF

RenderingType

Declaration
RenderingType: RenderingType;
Property Value
Type Description
RenderingType

TextureSourceHeight

Declaration
TextureSourceHeight: number;
Property Value
Type Description
number

TextureSourceWidth

Declaration
TextureSourceWidth: number;
Property Value
Type Description
number

TextureStorageId

Declaration
TextureStorageId: string;
Property Value
Type Description
string

V

Declaration
V: boolean;
Property Value
Type Description
boolean

VO

Declaration
VO: {
        T: string;
        D: any;
    }[];
Property Value
Type Description
{ T: string; D: any; }[]

Methods

applyState(layerData, layerObject, objectsHash)

Declaration
static applyState(layerData: LayerData, layerObject: Layer, objectsHash?: {
        [voId: string]: ItemHandler;
    }): void;
Parameters
Type Name Description
LayerData layerData
Layer layerObject
{ [voId: string]: ItemHandler; } objectsHash
Returns
Type Description
void
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback