NODE CONSTANTS
n8n-nodes-semble / core/Constants / NODE_CONSTANTS
Variable: NODE_CONSTANTS¶
const
NODE_CONSTANTS:object
=SEMBLE_CONSTANTS.NODE
Defined in: core/Constants.ts:585
Type declaration¶
COLORS¶
readonly
COLORS:object
COLORS.PRIMARY¶
readonly
PRIMARY:"#FF6B6B"
='#FF6B6B'
COLORS.SECONDARY¶
readonly
SECONDARY:"#4ECDC4"
='#4ECDC4'
COLORS.SUCCESS¶
readonly
SUCCESS:"#45B7D1"
='#45B7D1'
COLORS.WARNING¶
readonly
WARNING:"#FFA07A"
='#FFA07A'
COLORS.ERROR¶
readonly
ERROR:"#FF6B6B"
='#FF6B6B'
CATEGORIES¶
readonly
CATEGORIES: readonly ["Semble"
]
DEFAULTS¶
readonly
DEFAULTS:object
DEFAULTS.CONTINUE_ON_FAIL¶
readonly
CONTINUE_ON_FAIL:false
=false
DEFAULTS.ALWAYS_OUTPUT_DATA¶
readonly
ALWAYS_OUTPUT_DATA:false
=false
DEFAULTS.RETRY_ON_FAIL¶
readonly
RETRY_ON_FAIL:false
=false
DEFAULTS.MAX_TRIES¶
readonly
MAX_TRIES:3
=3
RESOURCES¶
readonly
RESOURCES:object
RESOURCES.MAX_ITEMS_PER_OPERATION¶
readonly
MAX_ITEMS_PER_OPERATION:1000
=1000
RESOURCES.MAX_CONCURRENT_OPERATIONS¶
readonly
MAX_CONCURRENT_OPERATIONS:5
=5
RESOURCES.MAX_MEMORY_PER_OPERATION¶
readonly
MAX_MEMORY_PER_OPERATION:number