IReactViewComponentBuilder
Kind: interface
EXPERIMENTAL
Methods
SetComponentViewInitializer
void SetComponentViewInitializer(ComponentViewInitializer initializer)
SetCreateProps
void SetCreateProps(ViewPropsFactory impl)
Create an implementation of your custom Props type that will be passed to your components Composition.ICompositionViewComponent.UpdateProps method.
SetCreateShadowNode
void SetCreateShadowNode(ViewShadowNodeFactory impl)
SetCustomCommandHandler
void SetCustomCommandHandler(HandleCommandDelegate impl)
SetFinalizeUpdateHandler
void SetFinalizeUpdateHandler(UpdateFinalizerDelegate impl)
SetInitialStateDataFactory
void SetInitialStateDataFactory(InitialStateDataFactory impl)
SetLayoutHandler
void SetLayoutHandler(LayoutHandler impl)
SetMeasureContentHandler
void SetMeasureContentHandler(MeasureContentHandler impl)
SetMountChildComponentViewHandler
void SetMountChildComponentViewHandler(MountChildComponentViewDelegate impl)
SetShadowNodeCloner
void SetShadowNodeCloner(ViewShadowNodeCloner impl)
SetUnmountChildComponentViewHandler
void SetUnmountChildComponentViewHandler(UnmountChildComponentViewDelegate impl)
SetUpdateEventEmitterHandler
void SetUpdateEventEmitterHandler(UpdateEventEmitterDelegate impl)
SetUpdatePropsHandler
void SetUpdatePropsHandler(UpdatePropsDelegate impl)
SetUpdateStateHandler
void SetUpdateStateHandler(UpdateStateDelegate impl)