Amplication AST Libraries Documentation
    Preparing search index...

    Represents a key-value pair in the dictionary.

    interface MapEntry {
        key: CodeBlock;
        value: CodeBlock;
    }
    Index

    Properties

    Properties

    The key of the entry

    value: CodeBlock

    The value of the entry