Preparing search index...
The search index is not available
A38
A38
@a38/core
ResourceManager
Class ResourceManager
Hierarchy
ChildNode
<
Resource
,
SerializedResources
>
ResourceManager
Index
Constructors
constructor
Properties
assert
Entry
Id
parents
Methods
add
Parents
get
Parents
get
Parents
Recursive
has
importJSON
set
Parents
toJSON
Constructors
constructor
new
Resource
Manager
(
)
:
ResourceManager
Returns
ResourceManager
Properties
Protected
assert
Entry
Id
assert
Entry
Id
:
(
(
resourceOrId
:
string
|
Resource
)
=>
string
)
= assertResourceId
Protected
parents
parents
:
Map
<
string
,
string
[]
>
= ...
Methods
add
Parents
add
Parents
(
entryOrId
,
parents
)
:
void
Parameters
entryOrId
:
string
|
Resource
parents
:
string
[]
Returns
void
get
Parents
get
Parents
(
entryOrId
)
:
(
string
|
Resource
)
[]
Parameters
entryOrId
:
string
|
Resource
Returns
(
string
|
Resource
)
[]
get
Parents
Recursive
get
Parents
Recursive
(
entryOrId
)
:
string
[]
Parameters
entryOrId
:
string
|
Resource
Returns
string
[]
has
has
(
entryOrId
)
:
boolean
Parameters
entryOrId
:
string
|
Resource
Returns
boolean
importJSON
importJSON
(
json
)
:
ResourceManager
Parameters
json
:
unknown
Returns
ResourceManager
set
Parents
set
Parents
(
entryOrId
,
parents
)
:
string
[]
Parameters
entryOrId
:
string
|
Resource
parents
:
string
[]
Returns
string
[]
toJSON
toJSON
(
)
:
SerializedResources
Returns
SerializedResources
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
assert
Entry
Id
parents
Methods
add
Parents
get
Parents
get
Parents
Recursive
has
importJSON
set
Parents
toJSON
A38
Loading...