We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a concept of extensions, which is the ability in the builder to add custom api surface area to the controller.
We actually use this feature in our examples: https://github.com/jasonkuhrt/alge/blob/main/examples/Moniker.ts#L45-L62
This is not documented.
Document it in our features. This is probably a new category, either before or after codecs, but lower anyways, since it is perhaps more advanced.
The text was updated successfully, but these errors were encountered:
Also mention that extensions are available to decoder context.
Sorry, something went wrong.
No branches or pull requests
Perceived Problem
There is a concept of extensions, which is the ability in the builder to add custom api surface area to the controller.
We actually use this feature in our examples: https://github.com/jasonkuhrt/alge/blob/main/examples/Moniker.ts#L45-L62
This is not documented.
Ideas / Proposed Solution(s)
Document it in our features. This is probably a new category, either before or after codecs, but lower anyways, since it is perhaps more advanced.
The text was updated successfully, but these errors were encountered: