Type-ify Actor.
This commit is contained in:
parent
7a4cb7110b
commit
d9440b27a6
4 changed files with 35 additions and 12 deletions
|
@ -6,7 +6,7 @@ import { DS4ItemDataType } from "./item-data";
|
|||
* Extend the basic ItemSheet with some very simple modifications
|
||||
* @extends {ItemSheet}
|
||||
*/
|
||||
export class DS4ItemSheet extends ItemSheet<DS4ActorDataType, DS4Item> {
|
||||
export class DS4ItemSheet extends ItemSheet<DS4ItemDataType, DS4Item> {
|
||||
/** @override */
|
||||
static get defaultOptions(): FormApplicationOptions {
|
||||
return mergeObject(super.defaultOptions, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue