跳转到内容

CompOutputChangeStream

Defined in: projects/view-angular-core/convert/action/typed-component-common.ts:207

逐位对齐的回调流: list 为每项 output 触发时的参数数组, listenFields 与监听项逐位对齐

F

L

Outputs

field: F

Defined in: projects/view-angular-core/convert/action/typed-component-common.ts:208


list: { [I in string | number | symbol]: OutputEmitArgsOf<Outputs, L[I]> | undefined }

Defined in: projects/view-angular-core/convert/action/typed-component-common.ts:209


listenFields: { [I in string | number | symbol]: OutputListenFieldOf<F, L[I]> }

Defined in: projects/view-angular-core/convert/action/typed-component-common.ts:210