Skip to content

Commit

Permalink
Update docs/platform/advanced-targeting/custom-properties.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Wootton <[email protected]>
  • Loading branch information
katemacfarlane and ajwootto committed Nov 12, 2024
1 parent f0f1915 commit 6f079f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platform/feature-flags/targeting/custom-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ From there, select an Enum Schema from the dropdown. This allows you to specify

If you want to require this property to be set when passing custom data to the SDK, click the toggle icon next to Property Required. Enabling Property Required provides an additional safeguard when passing user data into Typescript-based SDKs.

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.```
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.



Expand Down

0 comments on commit 6f079f1

Please sign in to comment.