@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
GitHub
npm
Guides
Preparing search index...
index
GigaBlock
Interface GigaBlock
A block: a stable id, an optional placement frame + rotation, and its kind.
interface
GigaBlock
{
id
:
number
;
frame
:
GigaRect
|
null
;
rotation
:
GigaRotation
;
kind
:
GigaBlockKind
;
}
Index
Properties
id
frame
rotation
kind
Properties
id
id
:
number
frame
frame
:
GigaRect
|
null
rotation
rotation
:
GigaRotation
kind
kind
:
GigaBlockKind
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
frame
rotation
kind
GitHub
npm
Guides
@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
Loading...
A block: a stable id, an optional placement frame + rotation, and its kind.