@univerjs/core v0.4.2 • Docs
Function: composeStyles()
function composeStyles(...styles): IStyleData
compose styles by priority, the latter will overwrite the former
Parameters
Parameter | Type | Description |
---|---|---|
...styles | Nullable <IStyleData >[] | the styles to be composed |
Returns
Returns the composed style
Defined in
submodules/univer/packages/core/src/shared/tools.ts:719 (opens in a new tab)