Type alias InputSlotLayout

InputSlotLayout: {
    name: string;
    options?: Partial<INodeInputSlot>;
    type: SlotType;
}

Type declaration