IconStyleFallback
Behaviour when the cell value does not match any mapping key.
'Hide'(default) — render nothing. -'ShowText'— render the raw cell value (so the cell still shows something meaningful instead of an empty cell). -'Icon'— render a fallback icon defined by .
TypeScript
export type IconStyleFallback = 'Hide' | 'ShowText' | 'Icon';