Skip to main content

bxl.ActionQueryNode type

Methods for action query node.

bxl.ActionQueryNode.action

def bxl.ActionQueryNode.action() -> None | action

Gets optional action from the action query target node.


bxl.ActionQueryNode.analysis

def bxl.ActionQueryNode.analysis() -> None | bxl.AnalysisResult

Gets optional analysis from the action query target node.


bxl.ActionQueryNode.attrs

bxl.ActionQueryNode.attrs: typing.Any

Gets the attributes from the action query node. Returns a struct.


bxl.ActionQueryNode.rule_type

bxl.ActionQueryNode.rule_type: str

Gets the kind of action query node, either analysis or action kind.