Member Junction
    Preparing search index...

    Interface EnqueueSuggestionParams

    Parameters accepted by EnqueueSuggestion.

    interface EnqueueSuggestionParams {
        bestMatchScore?: number;
        bestMatchTagID?: string;
        proposedName: string;
        proposedParentID?: string;
        reason: TagSuggestionReason;
        sourceContentItemID?: string;
        sourceContentSourceID?: string;
        sourceText?: string;
    }
    Index

    Properties

    bestMatchScore?: number
    bestMatchTagID?: string
    proposedName: string
    proposedParentID?: string
    sourceContentItemID?: string
    sourceContentSourceID?: string
    sourceText?: string