Preparing search index...
The search index is not available
@penrose/bloom
@penrose/bloom
InputOpts
Type Alias InputOpts
Input
Opts
:
{
init
?:
number
;
name
?:
string
;
optimized
?:
boolean
;
}
Options for a new input.
name
: The name of the input. If provided, the value can be retrieved from each diagram using the input with
DiagramBuilder.prototype.getInput
.
init
: What to initialize the input to. Defaults to random sampling.
optimized
: Whether the input should be optimized.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@penrose/bloom
Loading...
Options for a new input.
name
: The name of the input. If provided, the value can be retrieved from each diagram using the input withDiagramBuilder.prototype.getInput
.init
: What to initialize the input to. Defaults to random sampling.optimized
: Whether the input should be optimized.