Preparing search index...
The search index is not available
@tscircuit/builder
@tscircuit/builder
SchematicLineBuilder
Interface SchematicLineBuilder
Hierarchy
SchematicLineBuilder
Index
Properties
builder_
type
props
Methods
build
set
Props
Properties
builder_
type
builder_
type
:
"schematic_line_builder"
props
props
:
SchematicLineBuilderFields
Methods
build
build
(
bc
:
BuildContext
)
:
Omit
<
SchematicLineBuilderFields
,
"x1"
|
"y1"
|
"x2"
|
"y2"
>
&
{
x1
:
number
;
x2
:
number
;
y1
:
number
;
y2
:
number
}
Parameters
bc:
BuildContext
Returns
Omit
<
SchematicLineBuilderFields
,
"x1"
|
"y1"
|
"x2"
|
"y2"
>
&
{
x1
:
number
;
x2
:
number
;
y1
:
number
;
y2
:
number
}
set
Props
set
Props
(
props
:
Partial
<
SchematicLineBuilderFields
>
)
:
SchematicLineBuilder
Parameters
props:
Partial
<
SchematicLineBuilderFields
>
Returns
SchematicLineBuilder
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@tscircuit/builder
Schematic
Line
Builder
builder_
type
props
build
set
Props
Generated using
TypeDoc