Amplication AST Libraries Documentation
    Preparing search index...

    Interface _MemberInternal

    Internal representation of an enum member with its value as an annotation.

    interface _Member {
        name: string;
        value: Annotation;
    }
    Index

    Properties

    Properties

    name: string

    The name of the enum member

    value: Annotation

    The value annotation for the enum member