[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-12 UTC."],[],[],null,["Represents a condition that compares provided signals against a target value.\n\n**Signature:** \n\n export interface CustomSignalCondition \n\nProperties\n\nCustomSignalCondition.customSignalKey\n\nThe key of the signal set in the EvaluationContext\n\n**Signature:** \n\n customSignalKey?: string;\n\nCustomSignalCondition.customSignalOperator\n\nThe choice of custom signal operator to determine how to compare targets to value(s).\n\n**Signature:** \n\n customSignalOperator?: CustomSignalOperator;\n\nCustomSignalCondition.targetCustomSignalValues\n\nA list of at most 100 target custom signal values. For numeric operators, this will have exactly ONE target value.\n\n**Signature:** \n\n targetCustomSignalValues?: string[];"]]