Home Manual Reference Source Repository
import {TemplateURIAction} from '@3846masa/linebot/lib/LineActions'
public class | source

TemplateURIAction

Extends:

TemplateAction → TemplateURIAction

URI action

See:

Constructor Summary

Public Constructor
public

constructor(params: Object)

Member Summary

Public Members
public

URI opened when the action is performed

Inherited Summary

From class TemplateAction
public

Label for the action.

public

Identifier for the type of action.

Public Constructors

public constructor(params: Object) source

Params:

NameTypeAttributeDescription
params Object
params.label string

Label for the action. (Max: 20 chars)

params.uri string

URI opened when the action is performed

Public Members

public uri: string source

URI opened when the action is performed