@openfloor/protocol - v0.0.4
    Preparing search index...

    Interface GetManifestsEventOptions

    Configuration options for getManifests events

    interface GetManifestsEventOptions {
        parameters?: Record<string, unknown>;
        reason?: string;
        recommendScope?: RecommendScope;
        to?: ToOptions;
    }

    Hierarchy

    Index

    Properties

    parameters?: Record<string, unknown>

    Event parameters

    reason?: string

    Reason for the event

    recommendScope?: RecommendScope

    Recommendation scope

    Target information