@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Type Alias SIUIElement

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

    Standard visual component that brand returns and host renders

    Type Declaration

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

        Component type

      • Optionaldata?: {}

        Component-specific data