OptionsUI: UnitPicker now supports isClearable setting (#51064)

This commit is contained in:
Ryan McKinley
2022-06-22 13:49:44 -07:00
committed by GitHub
parent 98f82f7475
commit 773c269084
3 changed files with 53 additions and 22 deletions

View File

@@ -125,7 +125,9 @@ export const thresholdsOverrideProcessor = (
return value as ThresholdsConfig; // !!!! likely not !!!!
};
export interface UnitFieldConfigSettings {}
export interface UnitFieldConfigSettings {
isClearable?: boolean;
}
export const unitOverrideProcessor = (
value: boolean,