Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SketchViewModelUpdateUpdateOptions

Hierarchy

  • Object
    • SketchViewModelUpdateUpdateOptions

Index

Properties

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

Optional enableRotation

enableRotation: boolean

Indicates if the rotation operation will be enabled when updating graphics.

Read more...

Optional enableScaling

enableScaling: boolean

Indicates if the scale operation will be enabled when updating graphics.

Read more...

Optional enableZ

enableZ: boolean

Indicates if z-values can be modified when updating the graphic.

Read more...

Optional multipleSelectionEnabled

multipleSelectionEnabled: boolean

Indicates whether more than one selection can be made at once.

Read more...

Optional preserveAspectRatio

preserveAspectRatio: boolean

Indicates if the uniform scale operation will be enabled when updating graphics.

Read more...

Optional toggleToolOnClick

toggleToolOnClick: boolean

Indicates if the graphic being updated can be toggled between transform and reshape update options.

Read more...

Optional tool

tool: "move" | "transform" | "reshape"

Name of the update tool.

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc