Skip to content

Decay placement in additional properties #2666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Conversation

l-trotta
Copy link
Contributor

@l-trotta l-trotta commented Jul 1, 2024

UserDefined in UntypedDecayFunction was too vague

@@ -175,8 +175,8 @@ export class DecayPlacement<TOrigin, TScale> {
/**
* @behavior_meta AdditionalProperty key=field value=placement
*/
export class DecayFunctionBase<TPlacement>
implements AdditionalProperty<Field, TPlacement>
export class DecayFunctionBase<TScale, TOrigin>
Copy link
Member

@flobernd flobernd Jul 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the generic type parameters must be swapped.

@l-trotta l-trotta merged commit 4c35789 into main Jul 1, 2024
@l-trotta l-trotta deleted the decay-user-too-much-defined branch July 1, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants