Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/module
ModuleFamilyFunctions
Interface ModuleFamilyFunctions
interface
ModuleFamilyFunctions
{
account
?:
AccountInstance
;
addParent
:
(
mod
:
ModuleInstance
)
=>
void
;
addressCache
?:
(
direction
:
Direction
,
includePrivate
:
boolean
,
)
=>
undefined
|
AddressToWeakInstanceCache
;
modName
?:
string
;
parents
:
()
=>
Promisable
<
ModuleInstance
[]
>
;
privateChildren
:
()
=>
Promisable
<
ModuleInstance
[]
>
;
publicChildren
:
()
=>
Promisable
<
ModuleInstance
[]
>
;
removeParent
:
(
address
:
Lowercase
<
string
>
)
=>
void
;
siblings
:
()
=>
Promisable
<
ModuleInstance
[]
>
;
}
Hierarchy (
View Summary
)
ModuleFamilyFunctions
ModuleInstance
Index
Properties
account?
add
Parent
address
Cache?
mod
Name?
parents
private
Children
public
Children
remove
Parent
siblings
Properties
Optional
account
account
?:
AccountInstance
add
Parent
addParent
:
(
mod
:
ModuleInstance
)
=>
void
Optional
address
Cache
addressCache
?:
(
direction
:
Direction
,
includePrivate
:
boolean
,
)
=>
undefined
|
AddressToWeakInstanceCache
Optional
mod
Name
modName
?:
string
parents
parents
:
()
=>
Promisable
<
ModuleInstance
[]
>
private
Children
privateChildren
:
()
=>
Promisable
<
ModuleInstance
[]
>
public
Children
publicChildren
:
()
=>
Promisable
<
ModuleInstance
[]
>
remove
Parent
removeParent
:
(
address
:
Lowercase
<
string
>
)
=>
void
siblings
siblings
:
()
=>
Promisable
<
ModuleInstance
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
add
Parent
address
Cache
mod
Name
parents
private
Children
public
Children
remove
Parent
siblings
XYO Platform SDK - v3.6.9
Loading...