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

    Interface ManagedObjectSchemaObjectProperty

    interface ManagedObjectSchemaObjectProperty {
        description?: string;
        order?: string[];
        properties?: Record<string, ManagedObjectSchemaProperty>;
        returnByDefault?: boolean;
        searchable?: boolean;
        title?: string;
        type: "object";
        userEditable?: boolean;
        viewable?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    order?: string[]
    properties?: Record<string, ManagedObjectSchemaProperty>
    returnByDefault?: boolean
    searchable?: boolean
    title?: string
    type: "object"
    userEditable?: boolean
    viewable?: boolean