Interface SongViewSetProperties

SongViewSetProperties

interface SongViewSetProperties {
    detail_clip: string;
    draw_mode: boolean;
    follow_song: boolean;
    highlighted_clip_slot: string;
    selected_parameter: string;
    selected_scene: string;
    selected_track: string;
}

Properties

detail_clip: string
draw_mode: boolean

Inherit Doc: SongViewChildrenProperties.draw_mode

follow_song: boolean

Inherit Doc: SongViewChildrenProperties.follow_song

highlighted_clip_slot: string
selected_parameter: string
selected_scene: string
selected_track: string