ObjectRef
Kind: class
Module/package: models
SDK: pdfdancer-client-typescript 2.0.0
Lightweight reference to a PDF object providing identity and type information.
Declaration
class ObjectRef
Members
constructor
constructor(internalId: string, position: Position, type: ObjectType): ObjectRef
toDict
toDict(): Record<string, any>
internalId
internalId: string
position
position: Position
type
type: ObjectType