@arkade-os/sdk Documentation - v0.4.54
    Preparing search index...

    Interface ActivityIntent

    The non-id, non-amount part of a GroupMembership.

    interface ActivityIntent {
        kind?: string;
        label?: string;
        metadata?: Record<string, unknown>;
    }
    Index

    Properties

    kind?: string

    App category for icon/filtering, e.g. "game".

    label?: string

    Human label for the action, e.g. "Dice game".

    metadata?: Record<string, unknown>

    Free-form row data, shallow-merged across the group's resolvers (first-writer-wins).