@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface SIUIElement

    Standard visual component that brand returns and host renders

    interface SIUIElement {
        type:
            | "image"
            | "text"
            | "product_card"
            | "link"
            | "carousel"
            | "action_button"
            | "app_handoff"
            | "integration_actions";
        data?: {};
    }
    Index

    Properties

    Properties

    type:
        | "image"
        | "text"
        | "product_card"
        | "link"
        | "carousel"
        | "action_button"
        | "app_handoff"
        | "integration_actions"

    Component type

    data?: {}

    Component-specific data