web-music-score - v6.4.0-pre.9
    Preparing search index...

    Class MDocument

    Document object.

    Hierarchy (View Summary)

    Index

    Properties

    name: string

    OBject name.

    Name: "Document"

    Object name.

    Methods

    • Bind this document to custom HTML element.

      Parameters

      • elem: string | HTMLElement

        HTML element id or element.

      Returns boolean

      • Boolean whether bind was succesfull.
    • Get arranger.

      Returns string | undefined

      • Arranger string or undefined.
    • Get composer.

      Returns string | undefined

      • Composer string or undefined.
    • Get default player.

      Returns Player

      • Player.
    • Get measures.

      Returns readonly MMeasure[]

      • Array of measures.
    • Get score rows.

      Returns readonly MScoreRow[]

      • Array or score rows.
    • Get title.

      Returns string | undefined

      • Title string or undefined.
    • Unbind this document from custom HTML element.

      Parameters

      • elem: string | HTMLElement

        HTML element id or element.

      Returns boolean

      • Boolean whether unbind was succesfull.