JSArgs for incoming commands need to allow the wrapped argument object to reset to its default values

This commit is contained in:
Ralph Wessel
2024-10-23 13:47:28 +01:00
parent 405d183124
commit 0c09205935
@@ -126,7 +126,12 @@ namespace speckle::interfac::browser::bridge {
@return The number of parameters
*/
uint32_t parameterCount() const override { return Params; }
};
/*!
Set to the default package content
*/
void setDefault() override { T::setDefault(); }
};
}