Jira.js - Jira Cloud API library
Preparing search index...
Version3Models
Document
Interface Document
interface
Document
{
attrs
?:
any
;
content
?:
Omit
<
Document
,
"version"
>
[]
;
marks
?:
Mark
[]
;
text
?:
string
;
type
:
string
;
version
:
number
;
}
Index
Properties
attrs?
content?
marks?
text?
type
version
Properties
Optional
attrs
attrs
?:
any
Optional
content
content
?:
Omit
<
Document
,
"version"
>
[]
Optional
marks
marks
?:
Mark
[]
Optional
text
text
?:
string
type
type
:
string
version
version
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attrs
content
marks
text
type
version
Jira.js - Jira Cloud API library
Loading...