IDimensionValue Interface
In This Article
#Declaration
TypeScript
export interface IDimensionValue
#Properties
#type Property
#Declaration
TypeScript
type: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |
#value Property
#Declaration
TypeScript
value: ko.Observable<string>
#Property Value
Type |
---|
Observable<string> |