featherbit UI
    Preparing search index...

    Interface PluginMeta

    Visual identity of a plugin type.

    interface PluginMeta {
        color: string;
        icon: LucideIcon;
    }
    Index
    color: string

    CSS custom-property token (e.g. var(--plugin-upstream)) used as the node's accent color.

    icon: LucideIcon

    Lucide icon component rendered on the node.