kaios-types
    Preparing search index...

    Interface ActivityOptions

    Options to configure a MozActivity.

    interface ActivityOptions {
        data?: any;
        getFilterResults?: boolean;
        name?: string;
    }
    Index

    Properties

    data?: any

    Data associated with the activity.

    getFilterResults?: boolean

    Whether to return filter results.

    name?: string

    The name of the activity (e.g., "pick", "share", "view").