Preparing search index...
The search index is not available
型・APIリファレンス
型・APIリファレンス
Assignment
Interface Assignment
ユーザータスクの割当状態(ユーザタスクの場合)の型定義
interface
Assignment
{
comment
?:
string
;
taskResult
:
string
;
user
:
{
name
:
string
;
oid
:
string
}
;
}
Index
Properties
comment?
task
Result
user
Properties
Optional
comment
comment
?:
string
コメント
task
Result
taskResult
:
string
タスク結果
user
user
:
{
name
:
string
;
oid
:
string
}
割当ユーザー
Type declaration
name
:
string
ユーザ名
oid
:
string
ユーザID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
task
Result
user
型・APIリファレンス
Loading...
ユーザータスクの割当状態(ユーザタスクの場合)の型定義