Eulergraph
Preparing search index...
types/StencilItem
StencilItem
Type Alias StencilItem<T>
type
StencilItem
<
T
extends
GraphicElementConstructor
=
GraphicElementConstructor
,
>
=
{
createLibElement
:
(
options
?:
GraphicElementOptions
&
Record
<
string
,
unknown
>
,
)
=>
InstanceType
<
T
>
;
hiddenInStencil
:
boolean
;
icon
:
string
;
name
:
InstanceType
<
T
>
[
"name"
]
;
}
Type Parameters
T
extends
GraphicElementConstructor
=
GraphicElementConstructor
Index
Properties
create
Lib
Element
hidden
In
Stencil
icon
name
Properties
create
Lib
Element
createLibElement
:
(
options
?:
GraphicElementOptions
&
Record
<
string
,
unknown
>
,
)
=>
InstanceType
<
T
>
hidden
In
Stencil
hiddenInStencil
:
boolean
icon
icon
:
string
name
name
:
InstanceType
<
T
>
[
"name"
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Lib
Element
hidden
In
Stencil
icon
name
Eulergraph
Loading...