Updates an account in Current Finances with new data.
The ID of the account to update (from Current Finances).
Key-value pairs to merge into the account.
Optionaloptions: UpdateAccountOptionsAuthentication and behavior options.
Exports all account data based on the current state.
Optionalparams: PluginKeyParamThe complete account data export.
Replaces the Current Finances state with new data.
The new Current Finances state.
Optionaloptions: PluginKeyParamAuthentication options.
Replaces all Plans with a new set of plans.
The new plans array.
Optionaloptions: PluginKeyParamAuthentication options.
Replaces the Progress state with new data.
The new progress data.
Optionaloptions: PluginKeyParamAuthentication options.
Replaces the Settings state with new data.
The new settings data.
Optionaloptions: PluginKeyParamAuthentication options.
Validates an API key without performing any data operations. Throws if the key is invalid or missing.
The public plugin API surface exposed on
window.projectionlabPluginAPI.All methods throw an
Errorif the API key is invalid or missing.