Preparing search index...
The search index is not available
@openfort/openfort-node
@openfort/openfort-node
models/updatePlayerRequest
UpdatePlayerRequest
Interface UpdatePlayerRequest
interface
UpdatePlayerRequest
{
description
?:
string
;
id
:
string
;
metadata
?:
{
[
key
:
string
]
:
PlayerMetadataValue
;
}
;
name
?:
string
;
}
Hierarchy (
view full
)
PlayerUpdateRequest
UpdatePlayerRequest
Index
Properties
description?
id
metadata?
name?
Properties
Optional
description
description
?:
string
Specifies the player description.
id
id
:
string
Optional
metadata
metadata
?:
{
[
key
:
string
]
:
PlayerMetadataValue
;
}
Type declaration
[
key
:
string
]:
PlayerMetadataValue
Optional
name
name
?:
string
Specifies the player name.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
description
id
metadata
name
@openfort/openfort-node
Loading...
Specifies the player description.