TreeINFO-For-M365 documentation
    Preparing search index...

    Interface SearchWP

    Example:

    {
    "Title": "Invoice_Search",
    "Ribbon": {
    "BackgroundColor": "success"
    },
    "Groups": [
    {
    "Name": "Invoice_SearchBasic",
    "ShowExportButton": true,
    "Source": {
    "Type": "SP",
    "SearchScope": "SourceList",
    "SourceList": ["{SiteUrl}/InboundInvoices", "{SiteUrl}/InboundInvoicesArchive"]
    },
    "FormRows": [
    {
    "Columns": [
    {
    "Fields": [
    { "InternalName": "s_invoiceNumber" },
    { "InternalName": "s_variableSymbol" },
    { "InternalName": "s_supplierName" }
    ]
    }
    ]
    }
    ],
    "View": {
    "List": "{SiteUrl}/InboundInvoices",
    "ViewTitle": "Všechny faktury"
    },
    // columns are automatically included from ViewTitle. Only specify columns you want to reconfigure.
    "Columns": [
    {
    "InternalName": "DocIcon",
    "DisplayLink": true,
    "Name": "",
    "Width": "16px"
    },
    {
    "InternalName": "s_invoiceBarcode",
    "DisplayLink": true
    }
    ]
    }
    ],
    "Resources": [
    {
    "LCID": "1029",
    "Invoice_SearchBasic": "Základní"
    },
    {
    "LCID": "1033",
    "Invoice_SearchBasic": "Basic"
    }
    ]
    }
    interface SearchWP {
        Groups: Group[];
        Ribbon: WebpartRibbon;
        Title: string;
    }
    Index

    Properties

    Properties

    Groups: Group[]
    Title: string