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

    Interface ManagedObjectSchemaRelationshipProperty

    interface ManagedObjectSchemaRelationshipProperty {
        description?: string;
        id: string;
        notifySelf: boolean;
        properties: Record<string, ManagedObjectSchemaProperty>;
        resourceCollection: ManagedObjectSchemaRelationshipResourceCollectionItem[];
        returnByDefault?: boolean;
        reversePropertyName?: string;
        reverseRelationship: boolean;
        searchable?: boolean;
        title: string;
        type: "relationship";
        userEditable?: boolean;
        validate: boolean;
        viewable?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    id: string
    notifySelf: boolean
    properties: Record<string, ManagedObjectSchemaProperty>
    returnByDefault?: boolean
    reversePropertyName?: string
    reverseRelationship: boolean
    searchable?: boolean
    title: string
    type: "relationship"
    userEditable?: boolean
    validate: boolean
    viewable?: boolean