Forest Admin - API reference
    Preparing search index...
    type CollectionSchema = {
        actions: { [actionName: string]: ActionSchema };
        charts: string[];
        countable: boolean;
        fields: { [fieldName: string]: FieldSchema };
        searchable: boolean;
        segments: string[];
    }
    Index

    Properties

    actions: { [actionName: string]: ActionSchema }
    charts: string[]
    countable: boolean
    fields: { [fieldName: string]: FieldSchema }
    searchable: boolean
    segments: string[]