Skip to content

Is it possible to add custom properties to dox when generating? #2728

Discussion options

You must be logged in to vote

I found a way

return new Document({
    ...
    customProperties: [
      { name: "ThisIsCustom", value: "FOO-BAR" },
    ]
  })

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@tylerkimjobscan
Comment options

Answer selected by tylerkimjobscan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant