Options
All
  • Public
  • Public/Protected
  • All
Menu

GoJS API

GoJS Class Index

图形类

几何图形类

模型类

布局类

工具类

集合类

扩展类

布局扩展类

零件扩展类

工具扩展类

储存功能类

Type

BrushLike : Brush | string | null

BrushLike 类型可能是 Brush | string | null. 代替画笔对象的字符串被视为该颜色的实线画笔。

EasingFunction : function(currentTime: number, startValue: number, byValue: number, duration: number): number

EasingFunction描述了根据当前时间、起始值、值的变化和持续时间对标量值进行的修改程度

Type declaration

Key : string | number | undefined

Key 类型可能是 string | number | undefined.

MarginLike : Margin | number

MarginLike 类型可能是Margin | number. 代替边框对象的数字被视为具有该厚度的均匀边框.