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

    Interface BaseMediaEntityArgs

    Construction arguments shared by all BaseMediaEntity subclasses.

    interface BaseMediaEntityArgs {
        id?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id?: string

    Optional pre-assigned UUID. When omitted a new UUID is generated automatically.