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