diff --git a/node-graph/libraries/core-types/src/attribute.rs b/node-graph/libraries/core-types/src/attribute.rs index f49b834a88..624fc0f10a 100644 --- a/node-graph/libraries/core-types/src/attribute.rs +++ b/node-graph/libraries/core-types/src/attribute.rs @@ -253,6 +253,8 @@ attribute! { pub Location("location"): DVec2; /// A regex named-capture-group's name, or empty for unnamed groups. pub Name("name"): &str; + /// The document node path of the editor layer owning the item. + pub EditorLayerPath("editor:layer_path"): &[crate::uuid::NodeId]; } #[cfg(test)]