ValueChangFnOptions
Defined in: projects/view-core/convert/action/value-change.ts:56
监听参数。
L 是「路径元组」, 由调用 fn 时的字面量经 const 推断得出;
list?: [...L] 是元组推断的关键 —— 直接写 L 会被拓宽成数组而丢掉逐位类型。
Type Parameters
Section titled “Type Parameters”L extends readonly unknown[] = AnyListenList
Properties
Section titled “Properties”
optionallist?: [...L[]]
Defined in: projects/view-core/convert/action/value-change.ts:59
skipInitValue?
Section titled “skipInitValue?”
optionalskipInitValue?:boolean
Defined in: projects/view-core/convert/action/value-change.ts:60