Constructor
new ImageComponent(options)
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | see the Component options
Properties
|
Examples
Use a static URL
const component = new ImageComponent(undefined, {
image: '/static/image.png'
})
Use a bound URL
const component = new ImageComponent(myDataModel, {
dataField: 'image'
})
Members
imageURL :string
Type:
- string