@kismet.ts/shared / Exports / Constants / VariablePositionStyleOption

Enumeration: VariablePositionStyleOption

Constants.VariablePositionStyleOption

Position options for variables

  • inherit: set default positions
  • global: set all variables in global box
  • attach: place variables close to the first connected item
  • schema: apply the options in the given schema

Default

'inherit'

Table of contents

Enumeration Members

Enumeration Members

ATTACH

ATTACH = "attach"

Defined in

kismet/enum.ts:81open in new window


GLOBAL

GLOBAL = "global"

Defined in

kismet/enum.ts:82open in new window


INHERIT

INHERIT = "inherit"

Defined in

kismet/enum.ts:80open in new window


SCHEMA

SCHEMA = "schema"

Defined in

kismet/enum.ts:83open in new window