zendesk-messaging-client
    Preparing search index...

    Type Alias Item

    type Item = {
        actions: ActionSubset[];
        altText?: string;
        description?: string;
        mediaType?: string;
        mediaUrl?: string;
        metadata?: Metadata;
        size?: "compact" | "large";
        title: string;
    }
    Index

    Properties

    actions: ActionSubset[]

    An array of objects representing the actions associated with the item.

    altText?: string

    An optional description of the media for accessibility purposes. The field will be saved by default with the file name as the value.

    description?: string

    The description of the item.

    mediaType?: string

    The MIME type for any image attached in the mediaUrl.

    mediaUrl?: string

    The image url attached to the item.

    metadata?: Metadata
    size?: "compact" | "large"

    The size of the image.

    title: string

    The title of the item.