@coopenomics/sdk
Preparing search index...
Mutations
Documents
GenerateDocument
IInput
Interface IInput
interface
IInput
{
input
:
{
data
:
any
;
options
?:
{
lang
?:
string
|
null
;
skip_save
?:
boolean
|
null
}
|
null
;
}
;
}
Index
Properties
input
Properties
input
input
:
{
data
:
any
;
options
?:
{
lang
?:
string
|
null
;
skip_save
?:
boolean
|
null
}
|
null
;
}
Type Declaration
data
:
any
Произвольные данные для генерации документа в формате JSON
Optional
options
?:
{
lang
?:
string
|
null
;
skip_save
?:
boolean
|
null
}
|
null
Опции генерации документа
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
@coopenomics/sdk
Loading...
Произвольные данные для генерации документа в формате JSON