@logixjs/core
Preparing search index...
Reflection
ModuleManifest
Interface ModuleManifest
interface
ModuleManifest
{
actionKeys
:
readonly
string
[]
;
actions
:
readonly
ModuleManifestAction
[]
;
digest
:
string
;
effects
?:
readonly
ModuleManifestEffect
[]
;
logicUnits
?:
readonly
ModuleManifestLogicUnit
[]
;
manifestVersion
:
string
;
meta
?:
Record
<
string
,
JsonValue
>
;
moduleId
:
string
;
schemaKeys
?:
readonly
string
[]
;
source
?:
{
column
:
number
;
file
:
string
;
line
:
number
}
;
staticIr
?:
StaticIr
;
}
Index
Properties
action
Keys
actions
digest
effects?
logic
Units?
manifest
Version
meta?
module
Id
schema
Keys?
source?
static
Ir?
Properties
Readonly
action
Keys
actionKeys
:
readonly
string
[]
Readonly
actions
actions
:
readonly
ModuleManifestAction
[]
Readonly
digest
digest
:
string
Optional
Readonly
effects
effects
?:
readonly
ModuleManifestEffect
[]
Optional
Readonly
logic
Units
logicUnits
?:
readonly
ModuleManifestLogicUnit
[]
Readonly
manifest
Version
manifestVersion
:
string
Optional
Readonly
meta
meta
?:
Record
<
string
,
JsonValue
>
Readonly
module
Id
moduleId
:
string
Optional
Readonly
schema
Keys
schemaKeys
?:
readonly
string
[]
Optional
Readonly
source
source
?:
{
column
:
number
;
file
:
string
;
line
:
number
}
Optional
Readonly
static
Ir
staticIr
?:
StaticIr
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Keys
actions
digest
effects
logic
Units
manifest
Version
meta
module
Id
schema
Keys
source
static
Ir
@logixjs/core
Loading...