SVGnet API Documentation - v0.4.1
GitHub
NPM
Preparing search index...
INodeShapeFactory
Interface INodeShapeFactory
interface
INodeShapeFactory
{
createShape
<
T
extends
NodeData
>
(
node
:
Node
<
T
>
)
:
ShapeResult
;
supportsShape
(
shape
:
string
)
:
boolean
;
}
Index
Methods
create
Shape
supports
Shape
Methods
create
Shape
createShape
<
T
extends
NodeData
>
(
node
:
Node
<
T
>
)
:
ShapeResult
Type Parameters
T
extends
NodeData
Parameters
node
:
Node
<
T
>
Returns
ShapeResult
supports
Shape
supportsShape
(
shape
:
string
)
:
boolean
Parameters
shape
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Methods
create
Shape
supports
Shape
Examples
Contributing
GitHub
NPM
SVGnet API Documentation - v0.4.1
Loading...