exclusive property

bool get exclusive

Determines if this attribute is exclusive and cannot be combined with other exclusive attributes.

When true, applying this attribute will automatically remove any other exclusive attributes. For example, you cannot have both a header and a codeblock attribute on the same text block.

Implementation

bool get exclusive;