Amplication AST Libraries Documentation
    Preparing search index...
    interface Args {
        keyType: Type;
        valueType: Type;
        entries: MapEntry[];
    }
    Index

    Properties

    keyType: Type

    The type of the dictionary keys

    valueType: Type

    The type of the dictionary values

    entries: MapEntry[]

    The key-value pairs in the dictionary