Interface MetadataDescription

Describes the metadata of a Chromecast source.

Remarks


- Available since v2.21.0.

interface MetadataDescription {
    title?: string;
    [metadataKey: string]: any;
}

Hierarchy (view full)

Indexable

[metadataKey: string]: any

Properties

Properties

title?: string

The title of the content.