File

src/app/modules/core/interfaces/pageSection.ts

Description

page interface

Properties

exists
exists: string[]
Type : string[]
filters
filters: object
Type : object

page filters

mode
mode: string
Type : string

mode : soft

name
name: string
Type : string

page name

organisationId
organisationId: string
Type : string
params
params: object
Type : object
softConstraints
softConstraints: object
Type : object

filters badgeAssertions, channel

sort_by
sort_by: object
Type : object

page sort by

source
source: string
Type : string

page source

export interface IPageSection {
    /**
    * page source
    */
    source?: string;
    /**
    * page name
    */
    name?: string;
    /**
    * page filters
    */
    filters?: object;
    /**
    * page sort by
    */
    sort_by?: object;
    /**
    * filters badgeAssertions, channel
    */
    softConstraints?: object;
    /**
     * mode : soft
     */
    mode?: string;
    exists?: Array<string>;
    params?: object;
    organisationId?: string;
}

results matching ""

    No results matching ""