FreakingGenius - v0.1.0
GitHub
Preparing search index...
@fg/tutor/vision
VariableNode
Interface VariableNode
A symbolic variable leaf node (e.g. 'x', 'y').
interface
VariableNode
{
kind
:
"variable"
;
name
:
string
;
}
Index
Properties
kind
name
Properties
kind
kind
:
"variable"
name
name
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
name
GitHub
FreakingGenius - v0.1.0
Loading...
A symbolic variable leaf node (e.g. 'x', 'y').