{{ $t('g.description') }}: {{ node.description }}
{{ $t('nodeHelpPage.inputs') }}:
| {{ $t('g.name') }} | {{ $t('nodeHelpPage.type') }} | {{ $t('g.description') }} |
|---|---|---|
{{ input.name }}
|
{{ input.type }} | {{ input.tooltip || '-' }} |
{{ $t('nodeHelpPage.outputs') }}:
| {{ $t('g.name') }} | {{ $t('nodeHelpPage.type') }} | {{ $t('g.description') }} |
|---|---|---|
{{ output.name }}
|
{{ output.type }} | {{ output.tooltip || '-' }} |