c-admin-methods
Renders in a Vuetify v-expansion-panels a c-admin-method for each method on a ViewModel or ListViewModel.
Examples
template
<c-admin-methods :model="person" class="x" auto-reload-model />
template
<c-admin-methods :model="person" auto-reload-model />
template
<c-admin-methods :model="personList" auto-reload-model />
Props
model: ViewModel | ListViewModel
model: ViewModel | ListViewModel
An ViewModel or ListViewModel or ServiceViewModel whose methods should each render as a c-admin-method.
autoReloadModel?: boolean = false
autoReloadModel?: boolean = false
True if the model
should have its $load
invoked after a successful invocation of any method.