Gjsify LogoGjsify Logo

This is the data common to both the model and view classes.

record

Hierarchy

  • CanvasItemSimpleData

Index

Constructors

Properties

can_focus: number

if the item can take the keyboard focus.

field
clip_fill_rule: number

the #cairo_fill_rule_t setting specifying the fill rule used for the clip path.

field
clip_path_commands: object[]

an array of #GooCanvasPathCommand specifying the clip path of the item, or %NULL.

field
is_static: number

if the item is static.

field
own_style: number

if the item has its own style, rather than using its parent's.

field
pointer_events: number

the #GooCanvasPointerEvents setting specifying the events the item should receive.

field

the style to draw with.

field
tooltip: string

the item's tooltip.

field
transform: cairo.Matrix

the transformation matrix of the item, or %NULL.

field
visibility: number

the #GooCanvasItemVisibility setting specifying whether the item is visible, invisible, or visible above a given canvas scale setting.

field
visibility_threshold: number

the threshold scale setting at which to show the item (if the visibility setting is set to %VISIBLE_ABOVE_THRESHOLD).

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method