v5.0.0
    Preparing search index...

    Interface TextBracketParams

    interface TextBracketParams {
        position?: string | number;
        start: Note;
        stop: Note;
        superscript?: string;
        text?: string;
    }
    Index

    Properties

    position?: string | number
    start: Note
    stop: Note
    superscript?: string
    text?: string