Documentation / IHandleProps
IHandleProps
Interfaces
IHandleProps<T>
Represents a component that can handle props, typically a viewModel.
Type Parameters
• T = object
Methods
handleProps()
handleProps(
props
):void
Handle props.
Parameters
props
T
Props to handle.
Returns
void
Defined in
Source/JavaScript/Applications.React.MVVM/IHandleProps.ts:13