Lookups
This is the optional collection of filtered lookups that will be used by the editor UI to provide completion lists. Each child object will provide configuration information for a completion list. These completion lists can reference each other. For example, a column relationship may provide fields for connection, object, and column. In this case, the object lookup completion list would only contain objects in the selected connection. Similarly, the column lookup completion list would only provide columns in the selected table.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<FilteredLookup /> | AstMetadataModelRelationshipFilteredLookupItemNode | Filtered lookup items are used by the editor UI to provide completion lists. Each filtered lookup item will provide configuration information for a completion list. These completion lists can reference each other. For example, a column relationship may provide fields for connection, object, and column. In this case, the object lookup completion list would only contain objects in the selected connection. Similarly, the column lookup completion list would only provide columns in the selected table. |