Interface IOutput

    Output

    interface IOutput {
        extra?: {
            name: string;
            unit: IUnit;
            units: IUnit[];
        }[];
        geometry?: string;
        name: string;
        type: "VTU" | "DATA" | "COUPLING";
    }

    Properties

    extra?: {
        name: string;
        unit: IUnit;
        units: IUnit[];
    }[]

    Type declaration

    geometry?: string
    name: string
    type: "VTU" | "DATA" | "COUPLING"

    Generated using TypeDoc and TypeDoc Airthium Plugin