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

DashboardTitle Class

Declaration

export class DashboardTitle extends SerializableModel

Remarks

The dashboard title is displayed at the top of the Dashboard. It can contain image and text data.

wdd-dashboard-title

constructor(model)

Declaration

constructor(
    model: any,
    serializer?: DxDesigner.Analytics.Utils.IModelSerializer,
    info?: DxDesigner.Analytics.Utils.ISerializationInfoArray
)

Parameters

Name Type
model any
serializer DxDesigner.Analytics.Utils.IModelSerializer
info DxDesigner.Analytics.Utils.ISerializationInfoArray

Properties

alignment Property

Declaration

alignment: ko.Observable<DashboardTitleAlignment>

Property Value

Type
Observable<DashboardTitleAlignment>

image64 Property

Declaration

image64: ko.Observable<string>

Property Value

Type
Observable<string>

imageType Property

Declaration

imageType: ko.Observable<string>

Property Value

Type
Observable<string>

includeMasterFilter Property

Declaration

includeMasterFilter: ko.Observable<boolean>

Property Value

Type
Observable<boolean>

text Property

Declaration

text: ko.Observable<string>

Property Value

Type
Observable<string>

url Property

Declaration

url: ko.Observable<string>

Property Value

Type
Observable<string>

visible Property

Declaration

visible: ko.Observable<boolean>

Property Value

Type
Observable<boolean>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationInfoArray

 

isPropertyVisible(propertyName) Method

Declaration

isPropertyVisible(
    propertyName: string
): boolean

Parameters

Name Type
propertyName string

Returns

Type
boolean