Tidy 5e Sheets API
    Preparing search index...

    Type Alias CustomTraitOnClickParams

    type CustomTraitOnClickParams = {
        app: any;
        context: any;
        element: HTMLElement;
        event: MouseEvent;
    }
    Index

    Properties

    app: any

    The sheet instance.

    context: any

    The Tidy prepared context data. Use as your own risk.

    element: HTMLElement

    The sheet element.

    event: MouseEvent

    The click event.