Documentation
Preparing search index...
@saltcorn/data
models/workflow_trace
export=
Class export=
MetaData Class
Index
Constructors
constructor
Properties
body
id?
name
type
user_
id?
written_
at
Accessors
to
Json
Methods
delete
count
create
find
find
One
Constructors
constructor
new
"export="
(
o
:
export=
|
MetaDataCfg
)
:
export=
MetaData constructor
Parameters
o
:
export=
|
MetaDataCfg
Returns
export=
Properties
body
body
:
GenObj
Optional
id
id
?:
number
name
name
:
string
type
type
:
string
Optional
user_
id
user_id
?:
number
written_
at
written_at
:
Date
Accessors
to
Json
get
toJson
()
:
any
Returns
any
Methods
delete
delete
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Static
count
count
(
where
?:
Where
)
:
Promise
<
number
>
Parameters
Optional
where
:
Where
Returns
Promise
<
number
>
Static
create
create
(
run_in
:
MetaDataCfg
)
:
Promise
<
export=
>
Parameters
run_in
:
MetaDataCfg
Returns
Promise
<
export=
>
Static
find
find
(
where
:
Where
,
selectopts
?:
SelectOptions
)
:
Promise
<
export=
[]
>
Parameters
where
:
Where
Optional
selectopts
:
SelectOptions
Returns
Promise
<
export=
[]
>
Static
find
One
findOne
(
where
:
Where
)
:
Promise
<
export=
>
Parameters
where
:
Where
Returns
Promise
<
export=
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
body
id
name
type
user_
id
written_
at
Accessors
to
Json
Methods
delete
count
create
find
find
One
Documentation
Loading...
MetaData Class