Styling interface used to style specific tracks or cues

interface Styling {
    bold?: boolean;
    italics?: boolean;
    justification?: CUE_JUSTIFICATION;
}

Properties

bold?: boolean
italics?: boolean
justification?: CUE_JUSTIFICATION