跳转到内容

ActionComponent

ActionComponent<A> = A["type"] extends Type<any> ? A["type"] : [ResolveLazyComponent<A["type"]>] extends [never] ? NonNullable<A["actions"]>[0]["__type"] : ResolveLazyComponent<A["type"]>

Defined in: projects/view-angular/lib/util/typed-component.ts:201

A extends PiTypeConfig