@taiyi-io/api-connector-ts
    Preparing search index...

    Interface ControlQuerySystemsParams

    查询系统模板列表请求参数

    interface ControlQuerySystemsParams {
        limit: number;
        offset: number;
        only_self?: boolean;
    }
    Index

    Properties

    limit: number

    每页数量

    offset: number

    分页偏移量

    only_self?: boolean

    是否只查询当前用户的系统模板