Technical Elements Documentation
    Preparing search index...

    Interface SaphireGate

    Interface for SAPHIRE gate compatibility

    technical_elements.core.integration

    interface SaphireGate {
        attributes: {
            alternateName?: string;
            type: "OR" | "AND" | "NOT" | "NOR" | "NAND" | "XOR";
        };
        description?: string;
        name: string;
    }
    Index

    Properties

    attributes: {
        alternateName?: string;
        type: "OR" | "AND" | "NOT" | "NOR" | "NAND" | "XOR";
    }

    Gate attributes

    Type declaration

    • OptionalalternateName?: string

      Alternate gate name

    • type: "OR" | "AND" | "NOT" | "NOR" | "NAND" | "XOR"

      Gate type

    description?: string

    Gate description

    name: string

    Gate name