Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface GetValuesOptions

    interface GetValuesOptions {
        parseValues?: boolean;
        rhino?: any;
        stringOnly?: boolean;
    }
    Index

    Properties

    parseValues?: boolean
    rhino?: any
    stringOnly?: boolean

    If true, only include values of type System.String in the result. Non-string types are filtered out.