Add the editor layer path marker

This commit is contained in:
Dennis Kobert
2026-08-21 22:03:31 +00:00
parent 2be252d7b4
commit 1f23991a72

View File

@@ -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)]