Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FactoryOptions

Hierarchy

  • FactoryOptions

Index

Properties

Optional font

font?: FontInfo

Optional renderer

renderer?: { backend?: number; background?: string; elementId: null | string; height: number; width: number }

Type declaration

  • Optional backend?: number
  • Optional background?: string
  • elementId: null | string
  • height: number
  • width: number

Optional stave

stave?: { space: number }

Type declaration

  • space: number