Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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 contract

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.move_feature
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.move_feature