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

    Type Alias ManagedObjectTypeConfig

    ManagedObjectTypeConfig: IdObjectSkeletonInterface & {
        name: string;
        schema?: ManagedObjectSchema;
    }

    Everything below this point supports createManagedObjectSchemaFlatProperty / updateManagedObjectSchemaFlatProperty / removeManagedObjectSchemaFlatProperty — the generic, always-available (path 2 in this file's module header) read-modify-write of a single flat property definition, via readSubConfigEntity/importSubConfigEntity. Unlike the dedicated v2 relationship-property API above, this path has no IDM-version requirement and is not limited to relationship properties, but it is also not atomic against a concurrent writer of the same type — the same tradeoff readSubConfigEntity/importSubConfigEntity always carry.