Props: { createTable?: () => Promise<globalThis.RollTable>; document?: any }

Props type alias for associated component.

Type declaration

  • OptionalcreateTable?: () => Promise<globalThis.RollTable>

    Creates roll table from folder documents.

  • Optionaldocument?: any