Appearance
vue-mvvm / core / FactoryFunction
type FactoryFunction<T> = (ctx) => T;
T
ReadableGlobalContext