Skip to content

@line/bot-sdk


@line/bot-sdk / liff / UpdateLiffView

Type Alias: UpdateLiffView

UpdateLiffView = object

Defined in: lib/liff/model/updateLiffView.ts:13

LIFF server API LIFF Server API.

The version of the OpenAPI document: 1.0.0

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Properties

moduleMode?

optional moduleMode: boolean

Defined in: lib/liff/model/updateLiffView.ts:31

true to use the LIFF app in modular mode. When in modular mode, the action button in the header is not displayed.

See

moduleMode Documentation


type?

optional type: TypeEnum

Defined in: lib/liff/model/updateLiffView.ts:19

Size of the LIFF app view. Specify one of these values: - compact - tall - full

See

type Documentation


url?

optional url: string

Defined in: lib/liff/model/updateLiffView.ts:25

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.

See

url Documentation