Preparing search index...
The search index is not available
@64bitlabs/frappe-javascript-sdk
@64bitlabs/frappe-javascript-sdk
DocTypeState
Interface DocTypeState
interface
DocTypeState
{
color
:
|
"Blue"
|
"Cyan"
|
"Gray"
|
"Green"
|
"Light Blue"
|
"Orange"
|
"Pink"
|
"Purple"
|
"Red"
|
"Yellow"
;
creation
?:
string
;
custom
?:
boolean
;
docstatus
?:
number
;
doctype
?:
string
;
idx
?:
number
;
modified
?:
string
;
modified_by
?:
string
;
name
?:
string
;
owner
?:
string
;
parent
?:
string
;
parentfield
?:
string
;
parenttype
?:
string
;
title
:
string
;
}
Index
Properties
color
creation?
custom?
docstatus?
doctype?
idx?
modified?
modified_
by?
name?
owner?
parent?
parentfield?
parenttype?
title
Properties
color
color
:
|
"Blue"
|
"Cyan"
|
"Gray"
|
"Green"
|
"Light Blue"
|
"Orange"
|
"Pink"
|
"Purple"
|
"Red"
|
"Yellow"
Optional
creation
creation
?:
string
Optional
custom
custom
?:
boolean
Optional
docstatus
docstatus
?:
number
Optional
doctype
doctype
?:
string
Optional
idx
idx
?:
number
Optional
modified
modified
?:
string
Optional
modified_
by
modified_
by
?:
string
Optional
name
name
?:
string
Optional
owner
owner
?:
string
Optional
parent
parent
?:
string
Optional
parentfield
parentfield
?:
string
Optional
parenttype
parenttype
?:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
creation
custom
docstatus
doctype
idx
modified
modified_
by
name
owner
parent
parentfield
parenttype
title
@64bitlabs/frappe-javascript-sdk
Loading...