Skip to content

Commit

Permalink
Update docs/platform/advanced-targeting/custom-properties.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katemacfarlane authored and ajwootto committed Nov 12, 2024
1 parent f189a16 commit f0f1915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/platform/feature-flags/targeting/custom-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ If you want to require this property to be set when passing custom data to the S

Currently, this setting only affects the output of our [type generators](/sdk/client-side-sdks/javascript/javascript-typescript). When enabled, TypeScript enforces that the property is present in custom data. If any Custom Property flagged as required is missing, the SDK will generate a TypeScript error to alert you about missing data.```

Enabling Property Required provides an additional safeguard when passing user data into the SDK. When enabled, TypeScript enforces that a specified property, such as org_id, is present in the custom data. If any custom property flagged as required is missing, the SDK will generate a TypeScript error during development, alerting you to missing data essential for your targeting rules to work correctly in the dashboard.



Expand Down

0 comments on commit f0f1915

Please sign in to comment.