Preparing search index...
The search index is not available
@deep/nest-kit
@deep/nest-kit
modules/actions
CreateActionWithMetaOptions
Interface CreateActionWithMetaOptions<T>
interface
CreateActionWithMetaOptions
<
T
extends
ActionMeta
=
ActionMeta
>
{
createdAt
?:
Date
;
meta
:
T
;
organizationId
?:
MaybeNull
<
string
>
;
parentReferenceId
?:
MaybeNull
<
string
>
;
referenceId
:
string
;
userId
?:
string
;
}
Type Parameters
T
extends
ActionMeta
=
ActionMeta
Hierarchy (
View Summary
)
CreateActionOptions
CreateActionWithMetaOptions
Index
Properties
created
At?
meta
organization
Id?
parent
Reference
Id?
reference
Id
user
Id?
Properties
Optional
created
At
createdAt
?:
Date
meta
meta
:
T
Optional
organization
Id
organizationId
?:
MaybeNull
<
string
>
Optional
parent
Reference
Id
parentReferenceId
?:
MaybeNull
<
string
>
reference
Id
referenceId
:
string
Optional
user
Id
userId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
meta
organization
Id
parent
Reference
Id
reference
Id
user
Id
@deep/nest-kit
Loading...