Preparing search index...
The search index is not available
@leanix/reporting - v0.4.145
@leanix/reporting
lxr
Tag
Interface Tag
Represents a tag as it is provided by the GraphQL API.
Export
Tag
interface
Tag
{
color
?:
string
;
deletable
?:
boolean
;
description
?:
string
;
factSheetCount
?:
number
;
id
:
string
;
name
:
string
;
status
?:
TagStatus
;
tagGroup
?:
TagGroup
;
}
Index
Properties
color?
deletable?
description?
fact
Sheet
Count?
id
name
status?
tag
Group?
Properties
Optional
color
color
?:
string
Optional
deletable
deletable
?:
boolean
Optional
description
description
?:
string
Optional
fact
Sheet
Count
fact
Sheet
Count
?:
number
id
id
:
string
name
name
:
string
Optional
status
status
?:
TagStatus
Optional
tag
Group
tag
Group
?:
TagGroup
Settings
Member Visibility
Private
Inherited
Theme
OS
Light
Dark
On This Page
color
deletable
description
fact
Sheet
Count
id
name
status
tag
Group
@leanix/reporting - v0.4.145
lxr
lx
Generated using
TypeDoc
Represents a tag as it is provided by the GraphQL API.
Export
Tag