ActionStepType
Properties
| Name | Type |
|---|---|
event | string | null |
href_matching | ActionStepStringMatching | null |
ActionStepStringMatching.Exact | |
href | string | null |
properties | {
key: string;
value?: string | number | boolean | (string | number | boolean)[] | null;
operator?: PropertyMatchType;
type?: string;
}[] |
Property filters for action step matching | |
selector | string | null |
tag_name | string |
text_matching | ActionStepStringMatching | null |
StringMatching.Exact | |
text | string | null |
url_matching | ActionStepStringMatching | null |
StringMatching.Contains | |
url | string | null |