@custouch/jssdk
    Preparing search index...

    Type Alias dataQueryOptions

    csm查询选项

    type dataQueryOptions = {
        includeDataHierarchies?: boolean;
        recursive?: boolean;
    }
    Index

    Properties

    includeDataHierarchies?: boolean

    是否包含子层级

    recursive?: boolean

    递归查询,此项仅在includeDataHierarchies为true时生效