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

import_feature

Create a feature from a portable definition using real model commands.

Reference

FieldValueDescription
symboltelion_api.Model.import_feature
signature(definition: 'dict[str, Any]', label: 'str | None' = None, parent: 'str | None' = None) -> 'Feature'
returnFeature

Create a feature from a portable definition using real model commands.

Contract

PropertyValue
symboltelion_api.Model.import_feature
signature(definition: 'dict[str, Any]', label: 'str | None' = None, parent: 'str | None' = None) -> 'Feature'
returnFeature

Signature

telion_api.Model.import_feature(definition: 'dict[str, Any]', label: 'str | None' = None, parent: 'str | None' = None) -> 'Feature'