mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
11 lines
165 B
TypeScript
11 lines
165 B
TypeScript
export const defaultStickyProps = {
|
|
height: 180,
|
|
width: 240,
|
|
minHeight: 80,
|
|
minWidth: 150,
|
|
id: '0',
|
|
editMode: false,
|
|
readOnly: false,
|
|
backgroundColor: 1,
|
|
};
|