#Can,t a node be of type = 'input' as well as i can customize it ?

1 messages · Page 1 of 1 (latest)

coral lily
#

I want to use type === 'input' property of my node as well i want to customize how it looks. Is there any way ?

deft rose
#

yes

#

you can overwrite built-in types with your custom ones

#

const nodeTypes = { input: CustomNode }