mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 17:08:13 +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
6535ffeeb6
commit
01931939ff
@@ -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