textalive-app-api - v0.5.2
    Preparing search index...

    Interface PlayerAppOptions

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

    Lyric app options

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

    アプリ作者の名前

    Name of the author of this application

    This value will be automatically retrieved from TextAlive API server.

    appName?: string

    アプリの名前

    Name of this application

    This value will be automatically retrieved from TextAlive API server.

    parameters?: ParameterWidget[]

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

    List of parameters

    token: string

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

    Application token