RTSDK
NPM Package
Demo
Preparing search index...
interfaces
InventoryItemInterface
Interface InventoryItemInterface
Interface for an inventory item.
interface
InventoryItemInterface
{
created_at
?:
Date
;
credentials
?:
InteractiveCredentials
;
description
?:
string
;
id
:
string
;
image_path
?:
string
;
interactive_key_id
?:
string
;
jwt
?:
string
;
metadata
?:
null
|
object
;
name
?:
string
;
requestOptions
:
object
;
status
?:
string
;
topia
:
Topia
;
type
?:
string
;
updated_at
?:
Date
;
}
Hierarchy (
View Summary
)
SDKInterface
InventoryItemInterface
UserInventoryItemInterface
Implemented by
InventoryItem
Index
Properties
created_
at?
credentials?
description?
id
image_
path?
interactive_
key_
id?
jwt?
metadata?
name?
request
Options
status?
topia
type?
updated_
at?
Properties
Optional
created_
at
created_at
?:
Date
Optional
credentials
credentials
?:
InteractiveCredentials
Optional
description
description
?:
string
id
id
:
string
Optional
image_
path
image_path
?:
string
Optional
interactive_
key_
id
interactive_key_id
?:
string
Optional
jwt
jwt
?:
string
Optional
metadata
metadata
?:
null
|
object
Optional
name
name
?:
string
request
Options
requestOptions
:
object
Optional
status
status
?:
string
topia
topia
:
Topia
Optional
type
type
?:
string
Optional
updated_
at
updated_at
?:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
credentials
description
id
image_
path
interactive_
key_
id
jwt
metadata
name
request
Options
status
topia
type
updated_
at
NPM Package
Demo
RTSDK
Loading...
Interface for an inventory item.