Coda by Ian Macalinao
    Preparing search index...

    The index of every internal plugin and external plugin adapter attached to an asset or collection, stored after the PluginHeaderV1.

    type PluginRegistryV1 = {
        externalRegistry: ExternalRegistryRecord[];
        key: Key;
        registry: RegistryRecord[];
    }
    Index

    Properties

    externalRegistry: ExternalRegistryRecord[]

    The external plugin adapters attached to the asset/collection, and where each one's data lives.

    key: Key

    Account discriminator; always Key.PluginRegistryV1.

    registry: RegistryRecord[]

    The internal plugins attached to the asset/collection, and where each one's data lives.