list Target.aspect_ids
The list of aspect_ids applied to this target.
Providers
The providers of a rule target can be accessed by type using index notation (target[DefaultInfo]). The presence of providers can be checked using the in operator (SomeInfo in target).
If the rule's implementation function returns a struct instead of a list of Provider instances, the struct's fields can be accessed via the corresponding fields of the Target (target.some_legacy_info). This behavior is deprecated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-24 UTC."],[],[]]