Skip to documentation content
On this page
  1. Contract
  2. Signature

move_feature

Move an ordered feature up or down through the Telion runtime. ``direction`` should be negative for Move Up and positive for Move Down. The same command is used by the UI, so Python scripts and UI workflows share one ordering path.

Move an ordered feature up or down through the Telion runtime. direction should be negative for Move Up and positive for Move Down. The same command is used by the UI, so Python scripts and UI workflows share one ordering path.

Contract

PropertyValue
symboltelion_api.Model.move_feature
signature(category: 'str', label: 'str', direction: 'int', parent: 'str | None' = None) -> 'None'
returnNone

Signature

telion_api.Model.move_feature(category: 'str', label: 'str', direction: 'int', parent: 'str | None' = None) -> 'None'
move_feature — Telion Python API 0.1.0-alpha | Telion