Item: {
    actions: Action[];
    description?: string;
    mediaUrl?: string;
    title: string;
}

The item in the carousel

Type declaration

  • actions: Action[]

    The actions for the item in the carousel

  • Optionaldescription?: string

    The description of the item in the carousel

  • OptionalmediaUrl?: string

    The media URL of the item in the carousel

  • title: string

    The title of the item in the carousel