ActionComponent
ActionComponent<
A> =A["type"] extendsType<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
Type Parameters
Section titled “Type Parameters”A extends PiTypeConfig