MVFv3 API Documentation
    Preparing search index...
    Extra: { [key: string]: unknown }

    An object for storing arbitrary data, keyed by string. Where at all possible, use an existing extension, or create a new one, rather than relying on this type, as there are no guarantees about the contents of this object.

    In particular, this MUST NOT be used to store references to other MVF objects. No integrity checks will be made on this data.

    Type declaration

    • [key: string]: unknown