PDFOutlineCreator typedef

PDFOutlineCreator = PDFOutlineAction? Function(PDFOutlineActionType, PDFDictionary)

Type of a PDF outline action creator function

Implementation

typedef PDFOutlineCreator = PDFOutlineAction? Function(
  PDFOutlineActionType,
  PDFDictionary,
);