@willwade/aac-processors
Preparing search index...
AACTree
Class AACTree
Implements
AACTree
Index
Constructors
constructor
Properties
pages
Accessors
root
Id
Methods
add
Page
get
Page
traverse
Constructors
constructor
new
AACTree
()
:
AACTree
Returns
AACTree
Properties
pages
pages
:
{
[
key
:
string
]:
AACPage
}
Accessors
root
Id
get
rootId
()
:
string
|
null
Returns
string
|
null
set
rootId
(
id
:
string
|
null
)
:
void
Parameters
id
:
string
|
null
Returns
void
Methods
add
Page
addPage
(
page
:
AACPage
)
:
void
Parameters
page
:
AACPage
Returns
void
get
Page
getPage
(
id
:
string
)
:
AACPage
|
undefined
Parameters
id
:
string
Returns
AACPage
|
undefined
traverse
traverse
(
callback
:
(
page
:
AACPage
)
=>
void
)
:
void
Parameters
callback
:
(
page
:
AACPage
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
pages
Accessors
root
Id
Methods
add
Page
get
Page
traverse
@willwade/aac-processors
Loading...