Raindex SDK Documentation
    Preparing search index...

    Interface ValueCfg

    interface ValueCfg {
        id: string;
        name: undefined | string;
        value: string;
    }
    Index

    Properties

    Properties

    id: string
    name: undefined | string
    value: string