Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • EnrichmentOptions

    Index

    Properties

    secrets: boolean

    Include unrevealed secret tags in the final HTML? If false, unrevealed secret blocks will be removed.

    documents: boolean

    Replace dynamic document links?

    links: boolean

    Replace hyperlink content?

    rolls: boolean

    Replace inline dice rolls?

    rollData: any

    The data object providing context for inline rolls, or a function that produces it.

    async: boolean

    Perform the operation asynchronously returning a Promise

    relativeTo: ClientDocument

    A document to resolve relative UUIDs against.