Type Alias: DataProps
DataProps =
Partial<Record<string,DataProp>>
Defined in: components.ts:61
A map of data properties indexed by their names. Each entry contains configuration for binding data to components.
DataProps =
Partial<Record<string,DataProp>>
Defined in: components.ts:61
A map of data properties indexed by their names. Each entry contains configuration for binding data to components.