Tidy 5e Sheets API
    Preparing search index...

    Interface CustomTraitOpenConfigurationParams

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

    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.