--- layout: typedoc title: 'GlobalScales | @msrvida/sanddance' ---

Interface GlobalScales

Hierarchy

  • GlobalScales

Index

Properties

Properties

scales

scales: { x?: Scale[]; y?: Scale[]; z?: Scale[] }

Type declaration

  • Optional x?: Scale[]
  • Optional y?: Scale[]
  • Optional z?: Scale[]

showAxes

showAxes: boolean