JSArgs for incoming commands need to allow the wrapped argument object to reset to its default values
This commit is contained in:
@@ -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(); }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user