Coda by Ian Macalinao
    Preparing search index...
    type RegistryRecordArgs = {
        authority: AuthorityArgs;
        offset: number | bigint;
        pluginType: PluginTypeArgs;
    }
    Index

    Properties

    authority: AuthorityArgs

    The authority currently allowed to manage the plugin.

    offset: number | bigint

    The byte offset, within the plugin registry, at which this plugin's data begins.

    pluginType: PluginTypeArgs

    The type of the internal plugin this record describes.