Coda by Ian Macalinao
    Preparing search index...

    Type Alias HashablePluginSchemaArgs

    type HashablePluginSchemaArgs = {
        authority: AuthorityArgs;
        index: number | bigint;
        plugin: PluginArgs;
    }
    Index

    Properties

    authority: AuthorityArgs

    The plugin's authority at the time it was hashed.

    index: number | bigint

    The plugin's position within the plugin registry at the time it was hashed.

    plugin: PluginArgs

    The plugin variant and configuration at the time it was hashed.