Skip to content

ViewModelFactory

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / ViewModelFactory<TViewModel> alias

Represents a view model factory callback.

type ViewModelFactory<TViewModel extends INotifyPropertiesChanged | null | undefined>
  = () => TViewModel;

Source reference: src/hooks/UseViewModelMemo.ts:11.

Generic Parameters

Clone this wiki locally