Documentation
    Preparing search index...

    Interface BaseGlobalSearchResult<ObjectType>

    interface BaseGlobalSearchResult<ObjectType extends OBJECT_TYPE> {
        createdAtTimestamp: number;
        creatorUserId?: string;
        id: string;
        isDeleted: boolean;
        lastModifiedTimestamp: number;
        objectId: string;
        objectType: ObjectType;
        organizationId: string;
        status: ObjectStatus;
        subtitle?: string;
        tenantId: string;
        tenantName?: string;
        title: string;
    }

    Type Parameters

    Hierarchy

    • BaseObject
      • BaseGlobalSearchResult
    Index
    createdAtTimestamp: number
    creatorUserId?: string
    id: string
    isDeleted: boolean
    lastModifiedTimestamp: number
    objectId: string
    objectType: ObjectType
    organizationId: string
    status: ObjectStatus
    subtitle?: string
    tenantId: string
    tenantName?: string
    title: string