Interface CustomTraitOpenConfigurationParams

interface CustomTraitOpenConfigurationParams {
    app: any;
    data: any;
    element: HTMLElement;
    event: Event;
}

Properties

Properties

app: any

The target sheet for the trait.

data: any

The actor sheet context data that is typically provided on render.

element: HTMLElement

The sheet's HTML element.

event: Event

Any inciting event by the user. Usually, this will be a click or pointer event.