CompOutputChangeStream
Defined in: projects/view-core/convert/action/typed-component-common.ts:207
逐位对齐的回调流: list 为每项 output 触发时的参数数组, listenFields 与监听项逐位对齐
Type Parameters
Section titled “Type Parameters”F
L
Outputs
Section titled “Outputs”Outputs
Properties
Section titled “Properties”field:
F
Defined in: projects/view-core/convert/action/typed-component-common.ts:208
list: { [I in string | number | symbol]: OutputEmitArgsOf<Outputs, L[I]> | undefined }
Defined in: projects/view-core/convert/action/typed-component-common.ts:209
listenFields
Section titled “listenFields”listenFields: { [I in string | number | symbol]: OutputListenFieldOf<F, L[I]> }
Defined in: projects/view-core/convert/action/typed-component-common.ts:210