Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LatticeComponentParameters

Hierarchy

  • { backendOnly: boolean; locked: boolean; name: string; status: string; visible: boolean }
    • LatticeComponentParameters

Index

Properties

backendOnly

backendOnly: boolean = false

Used for determining whether the component should have its properties visualized on UI or not.

remark

Catana extension

height

height: 8

locked

locked: boolean = false

Flag determining whether this component will ignore transformations or not.

remark

Catana extension

name

name: string = ""

status

status: string = ""

visible

visible: boolean = true

width

width: 8

Generated using TypeDoc