Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Type Alias HTMLSecretUpdateCallback

    HTMLSecretUpdateCallback: (
        secret: HTMLElement,
        content: string,
    ) => Promise<ClientDocument>

    Type Declaration

      • (secret: HTMLElement, content: string): Promise<ClientDocument>
      • Parameters

        • secret: HTMLElement

          The secret element that is being manipulated.

        • content: string

          The content block containing the updated secret element.

        Returns Promise<ClientDocument>