Protected Optionalcontrol
control?: RxapFormControl<any, any, any>
Protected OptionaldataSource
dataSource?: BaseDataSource<
ControlOptions
| Record<string, any>,
BaseDataSourceMetadata,
BaseDataSourceViewer<any>,
>
Protected ReadonlydataSourceLoader
dataSourceLoader: DataSourceLoader
Protected Readonlyinjector
injector: Injector
Protected OptionalmatFormField
matFormField?: null | MatFormField
Protected Optionalmetadata
metadata?: BaseDataSourceMetadata
ProtectedngControl
ngControl: null | NgControl | AbstractControlDirective
Protected Optionalsettings
Protected OptionaluseDataSourceValue
useDataSourceValue?: UseDataSourceValue< ControlOptions | Record<string, any>, ControlOptions | Record<string, any>,> Protected Optionalviewer
viewer?: BaseDataSourceViewer<any>