Class ImageItem.ImageSource.Origin
Package: @aurigma/design-atoms-model
Constructors
(constructor)(rawData)
Constructs a new instance of the Origin class
Declaration
constructor(rawData?: Object);
Parameters
| Type | Name | Description |
|---|---|---|
| Object | rawData |
Properties
data
Declaration
data?: any;
Property Value
| Type | Description |
|---|---|
| any |
originalSize
Declaration
originalSize?: Size;
Property Value
| Type | Description |
|---|---|
| Size |
type
Declaration
type: string;
Property Value
| Type | Description |
|---|---|
| string |
Methods
clone()
Declaration
clone(): Origin;
Returns
| Type | Description |
|---|---|
| Origin |
equals(other)
Declaration
equals(other: Origin): boolean;
Parameters
| Type | Name | Description |
|---|---|---|
| Origin | other |
Returns
| Type | Description |
|---|---|
| boolean |