Survey
Properties
| Name | Type |
|---|---|
appearance | SurveyAppearance | null |
conditions | {
url?: string;
selector?: string;
seenSurveyWaitPeriodInDays?: number;
urlMatchType?: PropertyMatchType;
events: {
repeatedActivation?: boolean;
values: {
name: string;
propertyFilters?: {
[propertyName: string]: {
values: string[];
operator: PropertyMatchType;
};
};
}[];
} | null;
actions: {
values: SurveyActionType[];
} | null;
deviceTypes?: string[];
deviceTypesMatchType?: PropertyMatchType;
linkedFlagVariant?: string;
} | null |
current_iteration_start_date | string | null |
current_iteration | number | null |
description | string |
enable_partial_responses | boolean | null |
end_date | string | null |
feature_flag_keys | {
key: string;
value?: string;
}[] | null |
id | string |
internal_targeting_flag_key | string | null |
linked_flag_key | string | null |
name | string |
questions | SurveyQuestion[] |
schedule | SurveySchedule | null |
start_date | string | null |
targeting_flag_key | string | null |
type | SurveyType |