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