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
I have a case where I'd like to pass typedPath<Something>().a.b.c to a method/class and be able to still reference the type Something later on.
typedPath<Something>().a.b.c
Something
Ideally, I only want to accept a path "derived from" Something in a class or method.
How might I go about doing this? Any ideas?
The text was updated successfully, but these errors were encountered:
$rootType
Hi @cdbattags , Thank you for your contribution! I'm checking your PR.
Sorry, something went wrong.
No branches or pull requests
I have a case where I'd like to pass
typedPath<Something>().a.b.c
to a method/class and be able to still reference the typeSomething
later on.Ideally, I only want to accept a path "derived from"
Something
in a class or method.How might I go about doing this? Any ideas?
The text was updated successfully, but these errors were encountered: