mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 22:38:12 +08:00
Add preview and disable buttons for nodes (#905)
* Add preview and disable button * Fix tests Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
committed by
Keavon Chambers
co-authored by
Keavon Chambers
parent
41b07ad0cf
commit
8d7e6c530e
@@ -96,6 +96,10 @@ export class FrontendNode {
|
||||
|
||||
@TupleToVec2
|
||||
readonly position!: XY | undefined;
|
||||
|
||||
readonly output!: boolean;
|
||||
|
||||
readonly disabled!: boolean;
|
||||
}
|
||||
|
||||
export class FrontendNodeLink {
|
||||
|
||||
Reference in New Issue
Block a user