dev
    Preparing search index...

    Interface BuilderOptions

    interface BuilderOptions {
        clef?: string;
        stem?: string;
        [key: string]: any;
    }

    Hierarchy

    • Record<string, any>
      • BuilderOptions

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    clef?: string
    stem?: string