Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SongleTimerOptions

SongleTimer の初期化オプション

Options for instantiating SongleTimer

Hierarchy

  • SongleTimerOptions

Index

Properties

Optional accessToken

accessToken?: string

Songle Syncのアクセストークン

Access token for Songle Sync

see

https://api.songle.jp/sync

Optional headless

headless?: boolean

音源を貼り付けるか否か

Whether to embed audio source or not

Optional secretToken

secretToken?: string

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

Secret token for Songle Sync

see

https://api.songle.jp/sync

Optional songle

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