Class FinishModel
Package: ui-framework
Constructors
FinishModel(string[], PreviewModel[], OriginModel[], string)
Declaration
new FinishModel(hires: string[], previews: PreviewModel[], origins: OriginModel[], stateId: string)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | hires | |
| PreviewModel[] | previews | |
| OriginModel[] | origins | |
| string | stateId |
Properties
hires
Declaration
public hires: string[]
Property Value
| Type | Description |
|---|---|
| string[] |
origins
Declaration
public origins: OriginModel[]
Property Value
| Type | Description |
|---|---|
| OriginModel[] |
previews
Declaration
public previews: PreviewModel[]
Property Value
| Type | Description |
|---|---|
| PreviewModel[] |
stateId
Declaration
public stateId: string
Property Value
| Type | Description |
|---|---|
| string |