@byomakase/omakase-player
    Preparing search index...

    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

    entityId: string
    entityType: MediaEntityType
    relationType: RelationType