RBWCM-SDK Documentation - v1.1.0
Preparing search index...
Strike
Interface Strike
Raw data structure representing a strike in the system.
interface
Strike
{
active
:
boolean
;
id
:
number
;
reason
:
string
|
null
;
staffer
:
string
|
null
;
strikedAt
:
Date
;
unstrikedAt
:
Date
|
null
;
unstrikedBy
:
string
|
null
;
unstrikeReason
:
string
|
null
;
userId
:
number
;
}
Index
Properties
active
id
reason
staffer
striked
At
unstriked
At
unstriked
By
unstrike
Reason
user
Id
Properties
active
active
:
boolean
id
id
:
number
reason
reason
:
string
|
null
staffer
staffer
:
string
|
null
striked
At
strikedAt
:
Date
unstriked
At
unstrikedAt
:
Date
|
null
unstriked
By
unstrikedBy
:
string
|
null
unstrike
Reason
unstrikeReason
:
string
|
null
user
Id
userId
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
id
reason
staffer
striked
At
unstriked
At
unstriked
By
unstrike
Reason
user
Id
RBWCM-SDK Documentation - v1.1.0
Loading...
Raw data structure representing a strike in the system.