Arc.React.MVVM
Preparing search index...
IViewContext
Interface IViewContext<T, TProps>
Represents the view context that is passed to the view.
interface
IViewContext
<
T
,
TProps
=
object
>
{
props
:
TProps
;
viewModel
:
T
;
}
Type Parameters
T
TProps
=
object
Index
Properties
props
view
Model
Properties
props
props
:
TProps
view
Model
viewModel
:
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
props
view
Model
Arc.React.MVVM
Loading...
Represents the view context that is passed to the view.