Skip to content

Interface: IObservable

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Currently none inherited from the parent class(es).

Methods

Class Methods

Inherited Methods

Currently none inherited from the parent class(es).

Methods

bindValue

bindValue(value: any): Promise<any>

Parameters:

Name Type
value any

Returns: Promise<any>


formatValue

formatValue(value: any): any

Parameters:

Name Type
value any

Returns: any


getValue

getValue(): any

Returns: any


onDataChanged

onDataChanged(action: any, result: any): any

Parameters:

Name Type
action any
result any

Returns: any


setValue

setValue(value: any, notify: boolean, isTextValue?: boolean): Promise<any>

Parameters:

Name Type
value any
notify boolean
isTextValue? boolean

Returns: Promise<any>