Member Junction
    Preparing search index...

    Interface TaskGraphFrameFilterContext

    Minimal shape of the subscription's connection context needed by the filter.

    interface TaskGraphFrameFilterContext {
        userPayload?: { userRecord?: { ID?: string } };
    }
    Index

    Properties

    Properties

    userPayload?: { userRecord?: { ID?: string } }