Preparing search index...
The search index is not available
@rxap/form-system - v19.1.0
@rxap/form-system
ControlWithDataSource
Interface ControlWithDataSource<Source, Target>
interface
ControlWithDataSource
<
Source
=
any
,
Target
=
any
>
{
setDataSource
(
name
:
string
,
dataSource
:
DataSource
,
settings
?:
UseDataSourceSettings
<
Source
,
Target
>
,
)
:
void
;
}
Type Parameters
Source
=
any
Target
=
any
Index
Methods
set
Data
Source
Methods
set
Data
Source
setDataSource
(
name
:
string
,
dataSource
:
DataSource
,
settings
?:
UseDataSourceSettings
<
Source
,
Target
>
,
)
:
void
Parameters
name
:
string
dataSource
:
DataSource
Optional
settings
:
UseDataSourceSettings
<
Source
,
Target
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
set
Data
Source
@rxap/form-system - v19.1.0
Loading...