AdaCAD Library Documentation - v1.1.4
    Preparing search index...

    Interface InitSystemParams

    A helper interface that can be passed to on system creation to apply specific settings.

    interface InitSystemParams {
        id?: number;
        in_use?: boolean;
        name?: string;
        notes?: string;
        visible?: boolean;
    }
    Index

    Properties

    id?: number
    in_use?: boolean
    name?: string
    notes?: string
    visible?: boolean