Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
Codama
Interface Codama
interface
Codama
{
accept
<
T
>
(
visitor
:
Visitor
<
T
,
"rootNode"
>
)
:
T
;
clone
()
:
Codama
;
getJson
()
:
string
;
getRoot
()
:
RootNode
;
update
(
visitor
:
Visitor
<
Node
|
null
,
"rootNode"
>
)
:
void
;
}
Index
Methods
accept
clone
get
Json
get
Root
update
Methods
accept
accept
<
T
>
(
visitor
:
Visitor
<
T
,
"rootNode"
>
)
:
T
Type Parameters
T
Parameters
visitor
:
Visitor
<
T
,
"rootNode"
>
Returns
T
clone
clone
()
:
Codama
Returns
Codama
get
Json
getJson
()
:
string
Returns
string
get
Root
getRoot
()
:
RootNode
Returns
RootNode
update
update
(
visitor
:
Visitor
<
Node
|
null
,
"rootNode"
>
)
:
void
Parameters
visitor
:
Visitor
<
Node
|
null
,
"rootNode"
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
accept
clone
get
Json
get
Root
update
Coda by Ian Macalinao
Loading...