Skip to content

Commit

Permalink
Add clearer description
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-moi committed Nov 18, 2024
1 parent de9a77e commit 4bb1452
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cjs/generated/rum.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export declare type RumActionEvent = CommonProperties & ViewContainerSchema & {
[k: string]: unknown;
};
/**
* Action name computing source
* The strategy of how the auto click action name is computed
*/
name_source?: 'custom_attribute' | 'mask_placeholder' | 'standard_attribute' | 'text_content' | 'mask_disallowed' | 'blank';
[k: string]: unknown;
Expand Down
2 changes: 1 addition & 1 deletion lib/esm/generated/rum.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export declare type RumActionEvent = CommonProperties & ViewContainerSchema & {
[k: string]: unknown;
};
/**
* Action name computing source
* The strategy of how the auto click action name is computed
*/
name_source?: 'custom_attribute' | 'mask_placeholder' | 'standard_attribute' | 'text_content' | 'mask_disallowed' | 'blank';
[k: string]: unknown;
Expand Down
2 changes: 1 addition & 1 deletion schemas/rum/action-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
},
"name_source": {
"type": "string",
"description": "Action name computing source",
"description": "The strategy of how the auto click action name is computed",
"enum": [
"custom_attribute",
"mask_placeholder",
Expand Down

0 comments on commit 4bb1452

Please sign in to comment.