@twinfinity/core
    Preparing search index...

    Interface TwinfinityInfo

    General Twinfinity information.

    interface TwinfinityInfo {
        backgroundImageUrl: string;
        logoImageUrl: string;
        name: string;
        psUrl: string;
        version: string;
    }
    Index

    Properties

    backgroundImageUrl: string

    URL to background image. May point to non-CORS enabled resource. That is, do not use in AJAX calls.

    logoImageUrl: string

    URL to logo image. May point to non-CORS enabled resource. That is, do not use in AJAX calls.

    name: string

    Name of customer portal

    psUrl: string

    URL to Projektstruktur portal that the Twinfinity API backend is connected to.

    version: string

    Version of Twinfinity backend.