@onjmin/dtm
    Preparing search index...

    Type Alias PianoRollOptions

    type PianoRollOptions = {
        config: RenderConfig;
        height?: number;
        mountTarget: HTMLElement;
        noteLengthSteps?: number;
        width?: number;
    }
    Index

    Properties

    config: RenderConfig
    height?: number
    mountTarget: HTMLElement
    noteLengthSteps?: number
    width?: number