@companion-surface/base
    Preparing search index...

    Interface SurfaceInputVariable

    Definition of a varaible produced by a surface

    interface SurfaceInputVariable {
        description?: string;
        id: string;
        name: string;
        type: "input";
    }
    Index

    Properties

    description?: string
    id: string
    name: string
    type: "input"