1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

added flow shade

This commit is contained in:
Fedor Katurov 2021-10-05 18:13:01 +07:00
parent 57d803f4d8
commit 59ca076287
7 changed files with 56 additions and 2 deletions

View file

@ -133,6 +133,7 @@ export interface INode {
flow: {
display: 'single' | 'vertical' | 'horizontal' | 'quadro';
show_description: boolean;
dominant_color?: string;
};
tags: ITag[];