methodAvailable
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
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.move_feature | — |
| signature | (category: 'str', label: 'str', direction: 'int', parent: 'str | None' = None) -> 'None' | — |
| return | None | — |
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
| Property | Value |
|---|---|
| symbol | telion_api.Model.move_feature |
| signature | (category: 'str', label: 'str', direction: 'int', parent: 'str | None' = None) -> 'None' |
| return | None |
Signature
telion_api.Model.move_feature(category: 'str', label: 'str', direction: 'int', parent: 'str | None' = None) -> 'None'