assistant.bones.actions¶
Bone Actions
This module defines identifiers as they are used in vi-admin to activate certain additional actions on a bone.
Examples:¶
descr = TextBone( languages=["de", "en"], params={ BONE_ACTION_KEY: [BoneAction.TRANSLATE], }, ) image = ImageBone( params={ BONE_ACTION_KEY: [BoneAction.DESCRIBE_IMAGE], }, )
Attributes¶
The key of the parameter |
Classes¶
Module Contents¶
- assistant.bones.actions.BONE_ACTION_KEY: Final[str] = 'actions'¶
The key of the parameter