Appearance
@line/bot-sdk / liff / LiffView
Type Alias: LiffView
LiffView =
object
Defined in: lib/liff/model/liffView.ts:16
See
https://developers.line.biz/en/reference/liff-server/#add-liff-app
Properties
moduleMode?
optionalmoduleMode?:boolean
Defined in: lib/liff/model/liffView.ts:28
true to use the LIFF app in modular mode. When in modular mode, the action button in the header is not displayed.
type
type:
TypeEnum
Defined in: lib/liff/model/liffView.ts:20
Size of the LIFF app view. Specify one of these values: - compact - tall - full
url
url:
string
Defined in: lib/liff/model/liffView.ts:24
Endpoint URL. This is the URL of the web app that implements the LIFF app (e.g. https://example.com). Used when the LIFF app is launched using the LIFF URL. The URL scheme must be https. URL fragments (#URL-fragment) can't be specified.