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