Technical Elements Documentation
    Preparing search index...

    Interface SaphireTemplateUseFlags

    Template use flags for SAPHIRE basic event attributes

    technical_elements.core.integration

    Controls which attributes are applied during template-based updates This interface enables:

    • Standardized component modeling through template flags
    • Consistent failure mode representation
    • Systematic event categorization
    • Efficient bulk updates through templates
    • Detailed component tracking and documentation
    • Compatibility with SAPHIRE's BED format
    interface SaphireTemplateUseFlags {
        categories: boolean[];
        componentId: boolean;
        description: boolean;
        eventType: boolean;
        failureMode: boolean;
        location: boolean;
        models: boolean;
        notes: boolean;
        phases: boolean;
        references: boolean;
        system: boolean;
        train: boolean;
        type: boolean;
    }
    Index

    Properties

    categories: boolean[]

    Categories template flags

    componentId: boolean

    Component identifier template flag

    description: boolean

    Description template flag

    eventType: boolean

    Event type template flag

    failureMode: boolean

    Failure mode template flag

    location: boolean

    Location template flag

    models: boolean

    Models template flag

    notes: boolean

    Notes template flag

    phases: boolean

    Phases template flag

    references: boolean

    References template flag

    system: boolean

    System identifier template flag

    train: boolean

    Train identifier template flag

    type: boolean

    Type identifier template flag