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

    Type Alias ManagedObjectSchemaRelationshipPropertyFields

    Field values for a relationship (or array-of-relationship) schema property, as resolved from caller-supplied values.

    type ManagedObjectSchemaRelationshipPropertyFields = {
        description?: string;
        label?: string;
        many?: boolean;
        notify?: boolean;
        notifySelf?: boolean;
        notValidate?: boolean;
        notViewable?: boolean;
        queryFields?: string[];
        queryFilter?: string;
        returnByDefault?: boolean;
        reversePropertyName?: string;
        searchable?: boolean;
        sortKeys?: string[];
        targetObject?: string;
        title?: string;
        userEditable?: boolean;
    }
    Index

    Properties

    description?: string
    label?: string
    many?: boolean
    notify?: boolean
    notifySelf?: boolean
    notValidate?: boolean
    notViewable?: boolean
    queryFields?: string[]
    queryFilter?: string
    returnByDefault?: boolean
    reversePropertyName?: string
    searchable?: boolean
    sortKeys?: string[]
    targetObject?: string
    title?: string
    userEditable?: boolean