Amplication AST Libraries Documentation
    Preparing search index...

    Interface defining the arguments required to create a new GenericType instance.

    Args

    interface Args {
        baseType: ClassReference;
        typeParameters: Type[];
    }
    Index

    Properties

    baseType: ClassReference

    The base class or interface that this generic type is based on

    typeParameters: Type[]

    The type parameters for the generic type