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

    Interface SPDataSource

    SharePoint data source let's you select an item based on content fetched from a SharePoint list.

    interface SPDataSource {
        DataSourceConfiguration: SPDataSourceConfiguration;
        DataSourceType: "SP";
        SearchElements?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    DataSourceConfiguration: SPDataSourceConfiguration
    DataSourceType: "SP"
    SearchElements?: string[]

    Defines internal names of the fields to which the search query applies to. This property should be defined only when using SPDataSource with AutoCompleteRenderMode or DataTableRenderMode.