Table of Contents

TXDataSwaggerOptions.DefaultTagGroup Property

Gets or sets the tag group under which tags with no explicit group are listed.

Remarks

Tag groups are used by Redoc, which does not display tags that do not belong to any group. Setting this property to a non-empty value avoids having to flag every endpoint with a tag group. Defaults to an empty string, meaning no default group is applied.

Syntax

Unit: XData.Comp.Server

property TXDataSwaggerOptions.DefaultTagGroup: string

See also