Represents a tag group as it is provided by the GraphQL API.

Export

TagGroup

interface TagGroup {
    description?: string;
    id?: string;
    mandatory?: boolean;
    mode?: TagGroupMode;
    name?: string;
    restrictToFactSheetTypes?: string[];
    shortName?: string;
    tagCount?: number;
}

Properties

description?: string
id?: string
mandatory?: boolean
name?: string
restrictToFactSheetTypes?: string[]
shortName?: string
tagCount?: number

Generated using TypeDoc