Coda by Ian Macalinao
    Preparing search index...
    type PluginRegistryV1Args = {
        externalRegistry: ExternalRegistryRecordArgs[];
        key: KeyArgs;
        registry: RegistryRecordArgs[];
    }
    Index

    Properties

    externalRegistry: ExternalRegistryRecordArgs[]

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

    key: KeyArgs

    Account discriminator; always Key.PluginRegistryV1.

    registry: RegistryRecordArgs[]

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