Skip to content

ViewModelFactory

github-actions[bot] edited this page Feb 4, 2025 · 4 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