Frodo Library - v4.5.0
    Preparing search index...

    Type Alias FindOrCreateManagedObjectResult

    Result of findOrCreateManagedObject.

    type FindOrCreateManagedObjectResult = {
        created: boolean;
        object: IdObjectSkeletonInterface;
    }
    Index

    Properties

    Properties

    created: boolean

    True if no existing object matched the filter and a new one was created.

    The found or newly created managed object.