UiFactoryHelpers<TProps extends UiProps> extension
- on
-
- UiFactory<
TProps>
- UiFactory<
Properties
- elementType → dynamic
-
Available on UiFactory<
The type of the element created by this factory.TProps> , provided by the UiFactoryHelpers extensionno setter
Methods
-
asForwardRefConfig(
{String? displayName}) → UiFactoryConfig< TProps> -
Available on UiFactory<
Generates the configuration necessary to construct a UiFactory while invokingTProps> , provided by the UiFactoryHelpers extensionuiForwardRef
with a props class that has already been consumed.