@univerjs/engine-formula v0.4.2 • Docs
Interface: IFunctionParam
Properties
Property | Type | Description | Defined in |
---|---|---|---|
detail | string | Detailed description of function, with internationalization | packages/engine-formula/src/basics/function.ts:135 (opens in a new tab) |
example | string | Function example | packages/engine-formula/src/basics/function.ts:140 (opens in a new tab) |
name | string | Function name, with internationalization | packages/engine-formula/src/basics/function.ts:130 (opens in a new tab) |
repeat | BooleanNumber | Whether it is repeatable, in the case of repeatability, the maximum parameter of m is generally set to 255, such as [1,255] true: repeatable false: not repeatable | packages/engine-formula/src/basics/function.ts:156 (opens in a new tab) |
require | BooleanNumber | Is it optional true: required false: optional | packages/engine-formula/src/basics/function.ts:148 (opens in a new tab) |