ActionQueryNode
Methods for action query node.
ActionQueryNode.action
def ActionQueryNode.action() -> None | action
Gets optional action from the action query target node.
ActionQueryNode.analysis
def ActionQueryNode.analysis(
) -> None | bxl.AnalysisResult
Gets optional analysis from the action query target node.
ActionQueryNode.attrs
ActionQueryNode.attrs: typing.Any
Gets the attributes from the action query node. Returns a struct.
ActionQueryNode.rule_type
ActionQueryNode.rule_type: str
Gets the kind of action query node, either analysis or action kind.