Skip to content

@line/bot-sdk


@line/bot-sdk / ImageMapAction

Type Alias: ImageMapAction

ImageMapAction: ImageMapURIAction | ImageMapMessageAction

Defined in: lib/types.ts:923

Object which specifies the actions and tappable regions of an imagemap.

When a region is tapped, the user is redirected to the URI specified in uri and the message specified in message is sent.

See

Imagemap action objects