@rbxts/a-plant-generator - v0.2.0
GitHub
npm
Preparing search index...
index
DerivationResult
Interface DerivationResult
Complete or bounded-partial derivation output.
interface
DerivationResult
{
diagnostics
:
readonly
Diagnostic
[]
;
history
?:
readonly
(
readonly
ModuleSymbol
[]
)
[]
;
randomState
:
number
;
statistics
:
DerivationStatistics
;
word
:
readonly
ModuleSymbol
[]
;
}
Index
Properties
diagnostics
history?
random
State
statistics
word
Properties
Readonly
diagnostics
diagnostics
:
readonly
Diagnostic
[]
Optional
Readonly
history
history
?:
readonly
(
readonly
ModuleSymbol
[]
)
[]
Readonly
random
State
randomState
:
number
Readonly
statistics
statistics
:
DerivationStatistics
Readonly
word
word
:
readonly
ModuleSymbol
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
diagnostics
history
random
State
statistics
word
GitHub
npm
@rbxts/a-plant-generator - v0.2.0
Loading...
Complete or bounded-partial derivation output.