@theredspace/spp-client
Preparing search index...
IssueStatus
Interface IssueStatus
The current status of an issue (e.g. Open, Closed). Read-only.
interface
IssueStatus
{
active
:
"0"
|
"1"
;
created
:
DateContainer
;
id
:
string
;
name
:
string
;
updated
:
DateContainer
;
}
Index
Properties
active
created
id
name
updated
Properties
active
active
:
"0"
|
"1"
created
created
:
DateContainer
id
id
:
string
name
name
:
string
updated
updated
:
DateContainer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
created
id
name
updated
@theredspace/spp-client
Loading...
The current status of an issue (e.g. Open, Closed). Read-only.