Tidy 5e Sheets API
    Preparing search index...

    Interface CustomTraitEnabledParams

    interface CustomTraitEnabledParams {
        app: any;
        context: any;
        element: HTMLElement;
    }
    Index

    Properties

    Properties

    app: any

    The actor sheet.

    context: any

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

    element: HTMLElement

    The actor sheet HTML element.