@byomakase/omakase-player
Preparing search index...
RelationState
Interface RelationState
Serializable snapshot of a
Relation
, referencing the related entity by its id and
MediaEntityType
.
interface
RelationState
{
entityId
:
string
;
entityType
:
MediaEntityType
;
relationType
:
RelationType
;
}
Hierarchy
Serializable
RelationState
Index
Properties
entity
Id
entity
Type
relation
Type
Properties
entity
Id
entityId
:
string
entity
Type
entityType
:
MediaEntityType
relation
Type
relationType
:
RelationType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
entity
Id
entity
Type
relation
Type
@byomakase/omakase-player
Loading...
Serializable snapshot of a Relation, referencing the related entity by its id and MediaEntityType.