Amplication AST Libraries Documentation
    Preparing search index...

    Configuration for a class constructor.

    interface Constructor {
        body?: CodeBlock;
        parameters: Parameter[];
        access: Access;
        bases?: string[];
    }
    Index

    Properties

    body?: CodeBlock

    The body of the constructor

    parameters: Parameter[]

    The parameters of the constructor

    access: Access

    The access level of the constructor

    bases?: string[]

    The base constructor calls