Non clickable option (visual clue)
Translated option
Returns true if a component with the given name has been registered with registerComponent(name, component, ...hocs).
The name of the component to get.
Creates a component that will render the registered component with the given name.
This function may be useful when in need for some registered component, but in contexts
where they have not yet been initialized, for example at compile time execution. In other
words, when using Components.ComponentName
is not allowed (because it has not yet been
populated, hence would be undefined
), then delayedComponent('ComponentName')
can be
used instead.
Component name
Functional component that will render the given registered component
Get the raw (original) component registered with registerComponent without the possible HOCs wrapping it.
The name of the component to get.
An interchangeable/extendable React component
Returns an instance of the given component name of function
A component, the name of a component, or a react element
Generated using TypeDoc
Can force a default value