Skip to main content
A newer version of this page is available. .

BoundImageItem Class

A Bound Image dashboard item.

Declaration

export class BoundImageItem extends DataDashboardItem

Remarks

The Bound Image dashboard item can be bound to a set of images (for instance, stored in the database or accessible by the specified URI). You can use the Bound Image as a detail item along with the Master Filtering feature.

wdd-image-bound

To learn how to create and fine-tune the Bound Image on the web, see the Web Dashboard - Images topic.

Inheritance

constructor

Initializes a new instance of the BoundImageItem class.

Declaration

constructor(
    dashboardItemJSON?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
dashboardItemJSON any

A JSON object used for a dashboard deserialization. Do not pass this parameter directly.

serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.

Properties

dataBindingMode Property

Declaration

dataBindingMode: KnockoutObservable<ImageDataBindingMode>

Property Value

Type
KnockoutObservable<ImageDataBindingMode>

horizontalAlignment Property

Declaration

horizontalAlignment: KnockoutObservable<string>

Property Value

Type
KnockoutObservable<string>

imageItem Property

Declaration

imageItem: KnockoutObservable<Dimension>

Property Value

Type
KnockoutObservable<Dimension>

interactivityOptions Property

Declaration

interactivityOptions: DashboardItemBaseInteractivityOptions

Property Value

Type
DashboardItemBaseInteractivityOptions

sizeMode Property

Declaration

sizeMode: KnockoutObservable<string>

Property Value

Type
KnockoutObservable<string>

uriPattern Property

Declaration

uriPattern: KnockoutObservable<string>

Property Value

Type
KnockoutObservable<string>

verticalAlignment Property

Declaration

verticalAlignment: KnockoutObservable<string>

Property Value

Type
KnockoutObservable<string>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationsInfo

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationsInfo