Optify.GetOptionsPreferences (Optify v0.2.0)

Copy Markdown View Source

Preferences for controlling how options are resolved.

Allows setting constraints, overrides, configurable string processing, and feature name conversion behavior.

Summary

Functions

are_configurable_strings_enabled?(get_options_preferences)

disable_configurable_strings(prefs)

enable_configurable_strings(prefs)

get_constraints(get_options_preferences)

get_constraints_json(get_options_preferences)

get_overrides_json(get_options_preferences)

new()

set_constraints(prefs, constraints)

set_constraints_json(prefs, constraints_json)

set_overrides(prefs, overrides)

set_overrides_json(prefs, json)

set_skip_feature_name_conversion(prefs, value)

skip_feature_name_conversion?(get_options_preferences)