Frodo Library - v4.0.0-42
    Preparing search index...

    Type Alias ManagedObjectSchemaOptions

    type ManagedObjectSchemaOptions = {
        excludeRelationships?: boolean;
        excludeVirtual?: boolean;
        includeRelationshipsFilter?: string[];
    }
    Index

    Properties

    excludeRelationships?: boolean

    Whether to exclude relationship properties from the returned schema.

    excludeVirtual?: boolean

    Whether to exclude virtual properties from the returned schema. Virtual properties are non-persisted properties that are calculated or derived at runtime.

    includeRelationshipsFilter?: string[]

    If specified, only relationship properties whose resourceCollection path matches any of the values in this array will be included in the returned schema when excludeRelationships is true. This option is ignored if excludeRelationships is false.