Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Song<T>

Song entity

Type parameters

  • T

    creator entity

Hierarchy

Index

Properties

Optional author

author: Author

Song author/authors

chords

chords: Chord[]

Song chords

creator

creator: T

Optional liked

liked: undefined | false | true

Flag whether actually logged user has liked this song

lyrics

lyrics: SongLine[]

Song lyrics and chords

Optional strummingPattern

strummingPattern: StrummingPattern

Song Strumming pattern

title

title: string

Song title

Generated using TypeDoc