Bixby Developer Center

Guides

6735 (Inherited Concept Features)

We've introduced the new concepts-inherit-super-type-features runtime flag that allows concepts to inherit features (such as transient or preferable) when extending or being a role-of their parent type (also known as super-type).

For more information, see runtime versions and runtime flags.

Example

capsule {
...
runtime-flags {
concepts-inherit-super-type-features
}
}

Deprecation Stages

Learn more about the deprecation stages.

  • Stage 1: This deprecation is currently in Stage 1 and is safe to use until the time that we provide a formal deprecation schedule.