Interface IModelBoundaryConditions

    Boundary conditions

    interface IModelBoundaryConditions {
        done?: boolean;
        error?: string | Error;
        index: number;
        title: string;
        [type: string]: boolean | number | string | Error | IModelTypedBoundaryCondition | undefined;
    }

    Hierarchy (view full)

    Indexable

    [type: string]: boolean | number | string | Error | IModelTypedBoundaryCondition | undefined

    Properties

    Properties

    done?: boolean
    error?: string | Error
    index: number
    title: string

    Generated using TypeDoc and TypeDoc Airthium Plugin