Components Interactions Examples Tutorials API FAQ
Options
Menu

Module Scales

Index

Functions

isTransformable

  • isTransformable(scale: any): boolean
  • Type guarded function to check if the scale implements the TransformableScale interface. Unfortunately, there is no way to do runtime interface typechecking, so we have to explicitly list all classes that implement the interface.

    Parameters

    • scale: any

    Returns boolean

Generated using TypeDoc