File

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

Description

page interface

Index

Properties

Properties

exists
exists: Array<string>
Type : Array<string>
Optional
facets
facets: object
Type : object
Optional
fields
fields: object
Type : object
Optional

page fields

filters
filters: object
Type : object
Optional

page filters

mode
mode: string
Type : string
Optional

mode : soft

name
name: string
Type : string
Optional

page name

organisationId
organisationId: string
Type : string
Optional
params
params: object
Type : object
Optional
sections
sections: object
Type : object
Optional
softConstraints
softConstraints: object
Type : object
Optional

filters badgeAssertions, channel

sort_by
sort_by: object
Type : object
Optional

page sort by

source
source: string
Type : string
Optional

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;
    sections?: object;
     /**
    * page fields
    */
   fields?: object;
   facets?: object;
}

results matching ""

    No results matching ""