Class ImageItem.ImageMetaData
Package: @aurigma/design-atoms-model
Constructors
(constructor)(rawData)
Constructs a new instance of the ImageMetaData class
Declaration
constructor(rawData: Object);
Parameters
| Type | Name | Description |
|---|---|---|
| Object | rawData |
Properties
height
Declaration
height: number;
Property Value
| Type | Description |
|---|---|
| number |
id
Declaration
id: string;
Property Value
| Type | Description |
|---|---|
| string |
isVector
Declaration
isVector: boolean;
Property Value
| Type | Description |
|---|---|
| boolean |
width
Declaration
width: number;
Property Value
| Type | Description |
|---|---|
| number |
Methods
clone()
Declaration
clone(): ImageMetaData;
Returns
| Type | Description |
|---|---|
| ImageMetaData |
equals(other)
Declaration
equals(other: ImageMetaData): boolean;
Parameters
| Type | Name | Description |
|---|---|---|
| ImageMetaData | other |
Returns
| Type | Description |
|---|---|
| boolean |