Coda by Ian Macalinao
    Preparing search index...

    A plugin's index, authority and data as included in a HashedAssetSchema hash.

    type HashablePluginSchema = {
        authority: Authority;
        index: bigint;
        plugin: Plugin;
    }
    Index

    Properties

    authority: Authority

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

    index: bigint

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

    plugin: Plugin

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