Skip to content

Commit

Permalink
Merge pull request #65 from launchdarkly/lc/sc-151042/enhance-allFlag…
Browse files Browse the repository at this point in the history
…s-documentation

Add doc for AllFlags to refer to sendEventsOnlyForVariation
  • Loading branch information
louis-launchdarkly authored Apr 22, 2022
2 parents 6f1feeb + b58db4d commit 3f01976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,8 @@ declare module 'launchdarkly-js-sdk-common' {
alias(user: LDUser, previousUser: LDUser): void;

/**
* Returns a map of all available flags to the current user's values.
* Returns a map of all available flags to the current user's values. This will send analytics
* events unless [[LDOptions.sendEventsOnlyForVariation]] is true.
*
* @returns
* An object in which each key is a feature flag key and each value is the flag value.
Expand Down

0 comments on commit 3f01976

Please sign in to comment.