Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartOption

Framework type for storing the value and metadata about an option. Changes to the value, type, or binding expression will result in a new reference.

Hierarchy

  • PartOption

Index

Properties

Properties

Optional binding

binding: Binding

A model that represents a global binding, or undefined if this option is unbound. Changes to this should be made using setBinding and clearBinding

see

OptionsBag.setBinding

see

OptionsBag.clearBinding

name

name: string

The name of this option. Option names should not be changed except via options editors.

type

type: Type

The annotated datatype of this option. The types are used for serialization and verifying types in binding expressions. Types should not be changed except via options editors.

value

value: unknown

The value of this option. Changes to this value should be made via OptionsBag.set

see

OptionsBag.set

Generated using TypeDoc