Knob Form Control (v1.12+)
Show basic rating
let dbMasterConfig: T.IDBMasterConfig = {
form: {
fields: [
[{
label: 'Level',
control: T.EDBMasterFormControl.knob,
path: 'level',
knobSettings: {
size: 200,
}
}]
]
}
};