whatsapp-api-js - v6.2.2
    Preparing search index...

    Class TapTargetComponent

    Components API object

    Implements

    Index

    Constructors

    Properties

    Constructors

    • Builds a tap target configuration component for a Template message

      Parameters

      • title: string

        The title of the tap target

      • url: string

        The URL to open when the user taps the target

      Returns TapTargetComponent

    Properties

    parameters: [
        {
            tap_target_configuration: { title: string; url: string };
            type: "tap_target_configuration";
        },
    ]

    The parameters of the component

    type: "tap_target_configuration"

    The type of the component