@tspro/web-music-score
    Preparing search index...

    Type Alias RestOptions

    type RestOptions = {
        color?: string;
        dotted?: boolean;
        hide?: boolean;
        pitch?: string | Note;
        triplet?: boolean;
    }
    Index

    Properties

    color?: string
    dotted?: boolean
    hide?: boolean
    pitch?: string | Note
    triplet?: boolean