You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A unique key used to reference the flag in your code
description
String
Description of the feature flag. Defaults to an empty string.
[optional]
include_in_snippet
Boolean
Deprecated, use <code>clientSideAvailability</code>. Whether this flag should be made available to the client-side JavaScript SDK. Defaults to <code>false</code>.
An array of possible variations for the flag. The variation values must be unique. If omitted, two boolean variations of <code>true</code> and <code>false</code> will be used.
[optional]
temporary
Boolean
Whether the flag is a temporary flag. Defaults to <code>true</code>.
[optional]
tags
Array<String>
Tags for the feature flag. Defaults to an empty array.