Interface PublisherText

Represents a text displayed in the footer subtitle.

interface PublisherText {
    label: string;
    type: "text";
}

Properties

Properties

label: string

The label for the text item.

type: "text"

Specifies that this subtitle item is text.