@ciscospark/plugin-feature

Returns the value of the requested feature toggle.

Usage no npm install needed!

<script type="module">
  import ciscosparkPluginFeature from 'https://cdn.skypack.dev/@ciscospark/plugin-feature';
</script>

README

getFeature

Returns the value of the requested feature toggle.

Parameters

  • keyType string <developer|user|entitlement>
  • key string
  • options Object
    • options.full boolean to get full feature record including metadata.

Returns (string | boolean | number | FeatureModel | null)

setFeature

Issues request to server to set a value for a feature toggle.

Parameters

Returns Promise Refreshes the local device and resolves with the features endpoint's response.