Interface PlayerAppOptions

リリックアプリのオプション

Lyric app options

interface PlayerAppOptions {
    appAuthor?: string;
    appName?: string;
    parameters?: ParameterWidget[];
    token: string;
}

Properties

appAuthor?: string

アプリ作者の名前

Name of the author of this application

Deprecated

This value will be automatically retrieved from TextAlive API server.

appName?: string

アプリの名前

Name of this application

Deprecated

This value will be automatically retrieved from TextAlive API server.

parameters?: ParameterWidget[]

アプリの調整可能なパラメタ一覧

List of parameters

token: string

アプリの開発者用トークン

Application token