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

    Type Alias ManagedObjectSchemaPropertyBase

    type ManagedObjectSchemaPropertyBase = {
        description?: string;
        returnByDefault?: boolean;
        searchable?: boolean;
        title?: string;
        userEditable?: boolean;
        viewable?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    returnByDefault?: boolean
    searchable?: boolean
    title?: string
    userEditable?: boolean
    viewable?: boolean