AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ViewCreationFailure

    interface ViewCreationFailure {
        error: Error;
        identity: Identity;
        success: false;
    }
    Index
    error: Error

    Error thrown during view creation

    identity: Identity

    The identity of the created view

    success: false

    Whether the view was created with errors