Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
control: ((...this: any, event: any, target: any) => Promise<void>);
};
classes: string[];
form: {
closeOnSubmit: boolean;
handler: ((...this: any) => Promise<void>);
submitOnChange: boolean;
submitOnClose: boolean;
};
position: {
width: number;
};
sheetConfig: boolean;
tag: string;
window: {
minimizable: boolean;
resizable: boolean;
};
} = ...
Type declaration
actions: {
control: ((...this: any, event: any, target: any) => Promise<void>);
}
control: ((...this: any, event: any, target: any) => Promise<void>)
- (...this, event, target): Promise<void>
Internal
Parameters
Rest
...this: any- event: any
- target: any
Returns Promise<void>
classes: string[]
form: {
closeOnSubmit: boolean;
handler: ((...this: any) => Promise<void>);
submitOnChange: boolean;
submitOnClose: boolean;
}
closeOnSubmit: boolean
handler: ((...this: any) => Promise<void>)
- (...this): Promise<void>
Internal
Returns Promise<void>
submitOnChange: boolean
submitOnClose: boolean
position: {
width: number;
}
sheetConfig: boolean
tag: string
window: {
minimizable: boolean;
resizable: boolean;
}
minimizable: boolean
resizable: boolean
An application offering the user an interface to use the point-buy rules described in the Pathfinder CRB to determine their characters ability scores.