Preparing search index...
The search index is not available
@64bitlabs/frappe-javascript-sdk
@64bitlabs/frappe-javascript-sdk
DocTypeAction
Interface DocTypeAction
interface
DocTypeAction
{
action
:
string
;
action_type
:
"Server Action"
|
"Route"
;
creation
?:
string
;
custom
?:
boolean
;
docstatus
?:
number
;
doctype
?:
string
;
group
?:
string
;
hidden
?:
boolean
;
idx
?:
number
;
label
:
string
;
modified
?:
string
;
modified_by
?:
string
;
name
?:
string
;
owner
?:
string
;
parent
?:
string
;
parentfield
?:
string
;
parenttype
?:
string
;
}
Index
Properties
action
action_
type
creation?
custom?
docstatus?
doctype?
group?
hidden?
idx?
label
modified?
modified_
by?
name?
owner?
parent?
parentfield?
parenttype?
Properties
action
action
:
string
action_
type
action_
type
:
"Server Action"
|
"Route"
Optional
creation
creation
?:
string
Optional
custom
custom
?:
boolean
Optional
docstatus
docstatus
?:
number
Optional
doctype
doctype
?:
string
Optional
group
group
?:
string
Optional
hidden
hidden
?:
boolean
Optional
idx
idx
?:
number
label
label
:
string
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
action_
type
creation
custom
docstatus
doctype
group
hidden
idx
label
modified
modified_
by
name
owner
parent
parentfield
parenttype
@64bitlabs/frappe-javascript-sdk
Loading...