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