Loom Engine - v3.1.1
    Preparing search index...

    Interface PluginDescribeRow

    interface PluginDescribeRow {
        name: string;
        version: string;
        priority: number;
        requires_protocol: string;
        supersedes_plugins: string[];
        tags: string[];
        description: string;
        hooks: string[];
        tick_budget_ms: number;
        storage_max_bytes: number;
        scopes: string[];
        stats: PluginOpsStats;
    }
    Index

    Properties

    name: string
    version: string
    priority: number
    requires_protocol: string
    supersedes_plugins: string[]
    tags: string[]
    description: string
    hooks: string[]
    tick_budget_ms: number
    storage_max_bytes: number
    scopes: string[]