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

    Interface ManagedObjectSchemaLeafProperty

    interface ManagedObjectSchemaLeafProperty {
        description?: string;
        propName?: string;
        required?: boolean;
        returnByDefault?: boolean;
        searchable?: boolean;
        title?: string;
        type: ManagedObjectSchemaLeafPropertyType;
        userEditable?: boolean;
        viewable?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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