Technical Elements Documentation
    Preparing search index...

    Interface SaphireEndState

    Interface for SAPHIRE end state compatibility

    technical_elements.core.integration

    interface SaphireEndState {
        description?: string;
        information?: { passes?: number; quantificationMethod?: string };
        name: string;
        text?: string;
    }
    Index

    Properties

    description?: string

    End state description

    information?: { passes?: number; quantificationMethod?: string }

    End state information

    Type declaration

    • Optionalpasses?: number

      Number of passes

    • OptionalquantificationMethod?: string

      Default quantification method

    name: string

    End state name

    text?: string

    Textual information