The current data source instance (DataSource).
Note:
getCollectionField('users.profile.avatar')parses collection name and field path to return theCollectionFielddefinition. Useful for dynamic UI or validation based on metadata.
ctx.dataSource: the single data source of the current context (e.g. the selected main)ctx.dataSourceManager: manages all data sources; use getDataSource(key) to access othersUse ctx.dataSource when operating within the current data source. Use ctx.dataSourceManager to enumerate or switch data sources.