Tidy 5e Sheets API
    Preparing search index...

    Type Alias ActivityRowActionPropsData

    Props passed to activity row-action components.

    type ActivityRowActionPropsData = {
        activity: Activity5e;
        ctx?: ActivityItemContext;
    }
    Index

    Properties

    Properties

    activity: Activity5e

    The activity represented by this row.

    ctx?: ActivityItemContext

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