Arc.React.MVVM
    Preparing search index...

    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

    Properties

    props: TProps
    viewModel: T