mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Add the editor layer path marker
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user