Optional Readonly basedReadonly idOptional Readonly linkOptional Readonly nameOptional Readonly nextOptional Readonly paragraphOptional Readonly quickOptional Readonly runOptional Readonly semiOptional Readonly uiOptional Readonly unhideGenerated using TypeDoc
Specifies the style upon which the current style is based-that is, the style from which the current style inherits. It is the mechanism for implementing style inheritance. Note that if the type of the current style must match the type of the style upon which it is based or the basedOn element will be ignored. However, if the current style is a numbering style, then the
basedOnelement is ignored.WARNING: You cannot set
basedOnto be the same asname. This is akin to inheriting from itself. This creates a cyclic dependency and cause undesirable behavior.