Amplication AST Libraries Documentation
    Preparing search index...

    Represents a named argument in the constructor call.

    interface NamedArgument {
        name: string;
        assignment: CodeBlock;
    }
    Index

    Properties

    Properties

    name: string

    The name of the parameter

    assignment: CodeBlock

    The value assigned to the parameter