weasel API - v0.8.0
    Preparing search index...

    Interface ToolPrefGroup

    Nestable group: branch nodes a tool can use to organize its prefs.

    interface ToolPrefGroup {
        children: Record<string, ToolPrefLeaf | ToolPrefGroup>;
        description?: string;
        name: string;
    }
    Index

    Properties

    children: Record<string, ToolPrefLeaf | ToolPrefGroup>
    description?: string
    name: string