- Interfaces
-
DefaultValueConfigStatic
src/app/core/default-values/x-static/default-value-config-static.ts
Description
DefaultValueConfig configuration for "static" mode.
|
value
|
value: any
|
Type : any
|
|
|
The value to be used as the default value.
|
export interface DefaultValueConfigStatic {
/**
* The value to be used as the default value.
*/
value: any;
}