externalMetaQuestion <Supported_Context_Type, Returned_Question_Type>
Hierarchy
- MetaQuestion
Index
Methods
externalof
Parameters
externalcontext: Answerable<Supported_Context_Type>
Returns Returned_Question_Type
externaltoString
Human-readable description of this
MetaQuestion, typically involving the description of the subject.For example, a description of a meta question obout "the text of an element" would be
text of ${ element.toString() }Returns string
A meta-question is a
Questionthat can be answered in the context of anotherAnswerable, typically to transform its value.For example, the question
Text.ofcan be answered in the context of aPageElementto return its text content.Meta-questions are typically used when filtering a
List.Learn more
List