ACTION_PARAM_DEFAULTS
constACTION_PARAM_DEFAULTS:Record<ActionMethod,Record<string,unknown>>
Defined in: actionParams.ts:109
The default value of every tracked action option, per method and option
path, exactly as the instrumented actions resolve them (null = no default;
the option stays unset unless given). Exported from the SDK so the backend
and web editor can tell an override that merely restates the default from a
real change, and can offer “reset to default”.