@logixjs/core
Preparing search index...
ModuleDescriptor
Interface ModuleDescriptor
interface
ModuleDescriptor
{
actionKeys
:
readonly
string
[]
;
id
:
string
;
instanceId
:
string
;
logicUnits
:
readonly
MountedLogicUnitSummary
[]
;
meta
?:
Record
<
string
,
unknown
>
;
moduleId
:
string
;
schemaKeys
?:
readonly
string
[]
;
source
?:
DevSource
;
}
Index
Properties
action
Keys
id
instance
Id
logic
Units
meta?
module
Id
schema
Keys?
source?
Properties
Readonly
action
Keys
actionKeys
:
readonly
string
[]
Readonly
id
id
:
string
Readonly
instance
Id
instanceId
:
string
Readonly
logic
Units
logicUnits
:
readonly
MountedLogicUnitSummary
[]
Optional
Readonly
meta
meta
?:
Record
<
string
,
unknown
>
Readonly
module
Id
moduleId
:
string
Optional
Readonly
schema
Keys
schemaKeys
?:
readonly
string
[]
Optional
Readonly
source
source
?:
DevSource
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Keys
id
instance
Id
logic
Units
meta
module
Id
schema
Keys
source
@logixjs/core
Loading...