videosphere
    Preparing search index...

    One primary dropdown option derived from fetched Vimeo content rating rows.

    interface VimeoPrimaryContentRatingOption {
        tier: VimeoContentRatingTier;
        value: string;
        label: string;
    }
    Index

    Properties

    Properties

    Audience tier represented by the option.

    value: string

    Select control value.

    label: string

    Display label (from the API for safe; fixed for Mature).