Documentation
    Preparing search index...

    Map type metadata.

    interface IMap {
        key: IMetadataSchema;
        tags: IMetadataTypeTag[][];
        value: IMetadataSchema;
    }
    Index

    Properties

    Properties

    Key type schema.

    Type constraint tags.

    Value type schema.