Arc.React.MVVM
Preparing search index...
IHandleProps
Interface IHandleProps<T>
Represents a component that can handle props, typically a viewModel.
interface
IHandleProps
<
T
=
object
>
{
handleProps
(
props
:
T
)
:
void
;
}
Type Parameters
T
=
object
Index
Methods
handle
Props
Methods
handle
Props
handleProps
(
props
:
T
)
:
void
Handle props.
Parameters
props
:
T
Props to handle.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
handle
Props
Arc.React.MVVM
Loading...
Represents a component that can handle props, typically a viewModel.