Tidy 5e Sheets API
    Preparing search index...

    Type Alias ItemRowActionPropsData

    Props passed to item row-action components.

    type ItemRowActionPropsData = {
        ctx?: any;
        item: Item5e;
    }
    Index

    Properties

    Properties

    ctx?: any

    Optional contextual data. Primarily for internal Tidy use, so use at your own risk.

    item: Item5e

    The item represented by this row.