Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. 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.

Reference

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

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'