Tidy 5e Sheets API
    Preparing search index...

    Type Alias GroupMemberRowActionPropsData

    Props passed to group member row-action components.

    type GroupMemberRowActionPropsData = {
        actor: Actor5e;
        ctx?: GroupMemberQuadroneContext;
    }
    Index

    Properties

    Properties

    actor: Actor5e

    The actor represented by this row.

    ctx?: GroupMemberQuadroneContext

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