ChatBuilder.DataSource Method
| Name | Parameters | Description |
|---|---|---|
| DataSource(JS) | js | Binds the UI component to data. Mirrors the client-side dataSource option. |
| DataSource(IEnumerable, String[]) | data, key | Binds the UI component to data. Mirrors the client-side dataSource option. |
| DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) | configurator | Binds the UI component to data. Mirrors the client-side dataSource option. |
| DataSource(String, String[]) | staticJsonUrl, key | Binds the UI component to data. Mirrors the client-side dataSource option. |