@microsoft/fast-element > TwoWayBindingOptions
TwoWayBindingOptions type
The twoWay binding options.
Signature:
export type TwoWayBindingOptions = {
changeEvent?: string;
fromView?: (value: any) => any;
};
@microsoft/fast-element > TwoWayBindingOptions
The twoWay binding options.
Signature:
export type TwoWayBindingOptions = {
changeEvent?: string;
fromView?: (value: any) => any;
};