Interface INumberPropertyItem

A property item which supports Number properties

Hierarchy

Properties

enable: boolean

Remarks

If the item is enabled in the UI.

id: string

Remarks

Unique ID for the property item.

paneId: string

Remarks

The parent pane id.

Remarks

The type name of the target property.

value: number

Remarks

Current value of the property item.

visible: boolean

Remarks

If the item should be visible in the UI.

Methods

  • Parameters

    Returns void

    Remarks

    Updates title of the property item.

  • Parameters

    Returns void

    Remarks

    Updates tooltip description of property item.

  • Parameters

    • limits: {
          max?: number;
          min?: number;
      }
      • Optional max?: number
      • Optional min?: number

    Returns void

    Remarks

    Updates number limits and clamps the current value.