Preparing search index...
The search index is not available
homelab-dashboard
homelab-dashboard
src/hooks/Proxmox/useVMs
useVM
Function useVM
useVMs for Proxmox Method used in loading the data in the Route
useVM
(
name
:
string
,
)
:
{
errorMessage
:
any
;
getVM
:
()
=>
Promise
<
VMResponse
>
;
isLoading
:
any
}
Parameters
name
:
string
Returns
{
errorMessage
:
any
;
getVM
:
()
=>
Promise
<
VMResponse
>
;
isLoading
:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
homelab-dashboard
Loading...
useVMs for Proxmox Method used in loading the data in the Route