Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias ArticleModelSearchParams

    type ArticleModelSearchParams = {
        branchId?: number;
        page?: number | string;
        pageSize?: number;
        publish?: boolean;
        sort?: string;
        topic?: string;
    }
    Index

    Properties

    branchId?: number
    page?: number | string
    pageSize?: number
    publish?: boolean
    sort?: string
    topic?: string