Amplication AST Libraries Documentation
    interface Args {
        name: string;
        type: Type;
        docs?: string;
        initializer?: string;
        annotations?: Annotation[];
        splitAnnotations?: boolean;
    }
    Index

    Properties

    name: string

    The name of the parameter

    type: Type

    The type of the parameter

    docs?: string

    XML documentation for the parameter

    initializer?: string

    The default value for the parameter

    annotations?: Annotation[]

    Any annotations to add to the parameter

    splitAnnotations?: boolean

    Whether to split annotations onto separate lines

    MMNEPVFCICPMFPCPTTAAATR