Raindex SDK Documentation
    Preparing search index...

    Interface GuiDeploymentSourceCfg

    interface GuiDeploymentSourceCfg {
        deposits: GuiDepositSourceCfg[];
        description: string;
        fields: GuiFieldDefinitionSourceCfg[];
        name: string;
        "select-tokens"?: GuiSelectTokensCfg[];
        "short-description": undefined | string;
    }
    Index

    Properties

    description: string
    name: string
    "select-tokens"?: GuiSelectTokensCfg[]
    "short-description": undefined | string