Interface SongleTimerOptions

SongleTimer の初期化オプション

Options for instantiating SongleTimer

interface SongleTimerOptions {
    accessToken?: string;
    headless?: boolean;
    secretToken?: string;
    songle?: Songle;
}

Properties

accessToken?: string

Songle Syncのアクセストークン

Access token for Songle Sync

headless?: boolean

音源を貼り付けるか否か

Whether to embed audio source or not

secretToken?: string

Songle Syncのシークレットトークン

Secret token for Songle Sync

songle?: Songle

Songle APIのエントリーポイント

  • import Songle from "songle-api" のようにして得られるオブジェクト
  • 指定しなければ自動的に dynamic import または script タグの挿入によって読み込まれる

Songle API entrypoint

  • The object that can be gained by calling import Songle from "songle-api"
  • If not specified, Songle API gets initialized automatically through dynamic import or