This object provides the cast information related to a program.

MatterSpecification.v13.Cluster § 6.6.5.10

interface ProgramCast {
    name: string;
    role: string;
}

Hierarchy (view full)

Properties

Properties

name: string

This field shall represent the name of the cast member.

MatterSpecification.v13.Cluster § 6.6.5.10.1

role: string

This field shall represent the role of the cast member. Ex. Actor, Director.

MatterSpecification.v13.Cluster § 6.6.5.10.2