MergeDescendantsStrategy

Strategy for merging descendants of the PriceModule. This is used to control how the PriceModule is merged into a single node for accessibility purposes.

Entries

Link copied to clipboard

Default strategy for merging descendants. This will use the Skapa default merging which should be suitable for most use cases.

Link copied to clipboard

Merge all descendants into a single node. This is useful when you want to ensure that the entire PriceModule is treated as a single semantic node.

Link copied to clipboard

Do not merge descendants. This will keep the PriceModule as separate semantic nodes, which can be useful for more complex layouts or when using merging from a parent.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.