@liquid-js/qr-code-styling
Preparing search index...
plugins/utils
RotateFigureArgs
Interface RotateFigureArgs<T>
interface
RotateFigureArgs
<
T
extends
SVGElement
|
ReadonlyArray
<
SVGElement
>
>
{
document
:
Document
;
x
:
number
;
y
:
number
;
size
:
number
;
rotation
?:
number
;
draw
:
(
args
:
BasicFigureDrawArgs
)
=>
T
;
}
Type Parameters
T
extends
SVGElement
|
ReadonlyArray
<
SVGElement
>
Hierarchy (
View Summary
)
BasicFigureDrawArgs
RotateFigureArgs
Index
Properties
document
x
y
size
rotation?
draw
Properties
document
document
:
Document
x
x
:
number
y
y
:
number
size
size
:
number
Optional
rotation
rotation
?:
number
draw
draw
:
(
args
:
BasicFigureDrawArgs
)
=>
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
document
x
y
size
rotation
draw
@liquid-js/qr-code-styling
Loading...