Interface ShaderNodeJsonNodeOutput

interface ShaderNodeJsonNodeOutput {
    id: string;
    label: string;
    socket: {
        name: string;
    };
}

Properties

Properties

id: string
label: string
socket: {
    name: string;
}