Provides the name of a content.

interface HasContentName {
    contentName: string;
}

Properties

Properties

contentName: string

Name of the content.