API ReferenceAll TypesmodelStaffchordsOn this pagechordsDescription​ Gets or sets a list of all chords defined for this staff. chordId refers to entries in this lookup. JavaScriptC#Kotlinchords: Map<string, Chord> | null;Map<string, Chord>? Chords { get; set; }var chords: alphaTab.collections.StringObjectMap<String, Chord>?