Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Song

Songle 楽曲情報

Hierarchy

  • Song

Index

Properties

artist

artist: { name: string }

アーティスト情報

Artist info

Type declaration

  • name: string

    アーティスト名

code

code: string

楽曲コード (ID)

Unique string ID

created_at

created_at: string

作成日時

Created date

length

length: number

楽曲の再生時間長 [s]

  • この値は低精度です
  • 演出に利用する値は必ず TextAlive Player から取得してください

Song duration [s]

  • This value is error-prone
  • Gain more precise value from TextAlive Player instance

name

name: string

楽曲タイトル

Song title

permalink

permalink: string

楽曲のパーマリンクURL

Permalink URL

updated_at

updated_at: string

更新日時

Updated date

Generated using TypeDoc