@logixjs/core
Preparing search index...
Logic
LogicMeta
Interface LogicMeta
interface
LogicMeta
{
action
?:
unknown
;
name
:
string
;
storeId
?:
string
;
tags
?:
string
[]
;
readonly
[
key
:
string
]:
unknown
;
}
Indexable
readonly
[
key
:
string
]:
unknown
Index
Properties
action?
name
store
Id?
tags?
Properties
Optional
Readonly
action
action
?:
unknown
Readonly
name
name
:
string
Optional
Readonly
store
Id
storeId
?:
string
Optional
Readonly
tags
tags
?:
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
name
store
Id
tags
@logixjs/core
Loading...