Type alias SearchboxExtra

SearchboxExtra: {
    data: {
        inputs?: [string, SlotType][];
        json?: SerializedLGraphNode<LGraphNode>;
        outputs?: [string, SlotType][];
        properties?: any[];
        title: string;
    };
    desc: string;
    type: string;
}

Type declaration