Add shear option, resize with alpha color and fix bug

This commit is contained in:
Jan Oberhauser
2020-11-09 11:26:46 +01:00
parent 2cc6f6c218
commit 9fee42b2a8
3 changed files with 111 additions and 5 deletions

View File

@@ -408,6 +408,7 @@ export interface INodePropertyTypeOptions {
numberStepSize?: number; // Supported by: number
password?: boolean; // Supported by: string
rows?: number; // Supported by: string
showAlpha?: boolean; // Supported by: color
[key: string]: boolean | number | string | EditorTypes | undefined | string[];
}