ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-rack-data
RackData
Interface RackData
interface
RackData
{
locations
:
RackLocation
[]
;
rackStructure
:
Record
<
string
,
Record
<
string
,
RackLocation
[]
>
>
;
stats
:
{
total
:
number
;
empty
:
number
;
occupied
:
number
;
unavailable
:
number
;
maintenance
:
number
;
totalStockValue
:
number
;
}
;
}
Index
Properties
locations
rack
Structure
stats
Properties
locations
locations
:
RackLocation
[]
rack
Structure
rackStructure
:
Record
<
string
,
Record
<
string
,
RackLocation
[]
>
>
stats
stats
:
{
total
:
number
;
empty
:
number
;
occupied
:
number
;
unavailable
:
number
;
maintenance
:
number
;
totalStockValue
:
number
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
locations
rack
Structure
stats
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...