[#TxGraph-Level] = xref:TxGraph.adoc[TxGraph]::Level :relfileprefix: ../ :mrdocs: Selects which of the graphs (main or staging) an operation applies to. == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class Level : int; ---- == Members [cols="1,4"] |=== | Name| Description | `TOP` | Refers to staging if it exists, main otherwise. | `MAIN` | Always refers to the main graph, whether staging is present or not. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#