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

    Interface SurfaceOutputVariable

    Definition of a varaible consumed by a surface

    interface SurfaceOutputVariable {
        description?: string;
        id: string;
        name: string;
        type: "output";
    }
    Index

    Properties

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