RTSDK
NPM Package
Demo
Preparing search index...
interfaces
UserInventoryItemInterface
Interface UserInventoryItemInterface
Interface for a user-owned inventory item.
interface
UserInventoryItemInterface
{
created_at
?:
Date
;
credentials
?:
InteractiveCredentials
;
description
?:
string
;
grant_source
:
string
;
id
:
string
;
image_path
?:
string
;
interactive_key_id
?:
string
;
item_id
:
string
;
jwt
?:
string
;
metadata
?:
null
|
object
;
name
?:
string
;
quantity
:
number
;
requestOptions
:
object
;
status
?:
string
;
topia
:
Topia
;
type
?:
string
;
updated_at
?:
Date
;
user_id
:
string
;
userItemId
:
string
;
}
Hierarchy (
View Summary
)
InventoryItemInterface
UserInventoryItemInterface
Implemented by
UserInventoryItem
Index
Properties
created_
at?
credentials?
description?
grant_
source
id
image_
path?
interactive_
key_
id?
item_
id
jwt?
metadata?
name?
quantity
request
Options
status?
topia
type?
updated_
at?
user_
id
user
Item
Id
Properties
Optional
created_
at
created_at
?:
Date
Optional
credentials
credentials
?:
InteractiveCredentials
Optional
description
description
?:
string
grant_
source
grant_source
:
string
id
id
:
string
Optional
image_
path
image_path
?:
string
Optional
interactive_
key_
id
interactive_key_id
?:
string
item_
id
item_id
:
string
Optional
jwt
jwt
?:
string
Optional
metadata
metadata
?:
null
|
object
Optional
name
name
?:
string
quantity
quantity
:
number
request
Options
requestOptions
:
object
Optional
status
status
?:
string
topia
topia
:
Topia
Optional
type
type
?:
string
Optional
updated_
at
updated_at
?:
Date
user_
id
user_id
:
string
user
Item
Id
userItemId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
credentials
description
grant_
source
id
image_
path
interactive_
key_
id
item_
id
jwt
metadata
name
quantity
request
Options
status
topia
type
updated_
at
user_
id
user
Item
Id
NPM Package
Demo
RTSDK
Loading...
Interface for a user-owned inventory item.