Contextual information that data providers can examine when populating their data

interface DataProviderContext {
    properties?: { [key: string]: any };
}

Properties

Properties

properties?: { [key: string]: any }

Generic property bag that contains context-specific properties that data providers can use when populating their data dictionary