@univerjs/sheets-conditional-formatting v0.4.2 • Docs
Interface: IDataBar
Extends
Properties
Property | Type | Overrides | Defined in |
---|---|---|---|
config | { isGradient : boolean ; max : IValueConfig ; min : IValueConfig ; nativeColor : string ; positiveColor : string ; } | - | sheets-conditional-formatting/src/models/type.ts:82 (opens in a new tab) |
config.isGradient | boolean | - | sheets-conditional-formatting/src/models/type.ts:85 (opens in a new tab) |
config.max | IValueConfig | - | sheets-conditional-formatting/src/models/type.ts:84 (opens in a new tab) |
config.min | IValueConfig | - | sheets-conditional-formatting/src/models/type.ts:83 (opens in a new tab) |
config.nativeColor | string | - | sheets-conditional-formatting/src/models/type.ts:87 (opens in a new tab) |
config.positiveColor | string | - | sheets-conditional-formatting/src/models/type.ts:86 (opens in a new tab) |
isShowValue | boolean | - | sheets-conditional-formatting/src/models/type.ts:81 (opens in a new tab) |
type | dataBar | IBaseCfRule .type | sheets-conditional-formatting/src/models/type.ts:80 (opens in a new tab) |