• Unregister a custom sheet for a Foundry document class.

    Parameters

    • documentClass: any

      The Foundry document class the sheet was registered for.

    • sheetClass: any

      The sheet class to unregister.

    • options: { types?: string[] }
      • Optionaltypes?: string[]

        The document subtypes to unregister the sheet for.

    Returns void