Documentation
Preparing search index...
ts-engine/src
BaseGlobalSearchResult
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
ObjectType
extends
OBJECT_TYPE
Hierarchy
BaseObject
BaseGlobalSearchResult
Index
Properties
created
At
Timestamp
creator
User
Id?
id
is
Deleted
last
Modified
Timestamp
object
Id
object
Type
organization
Id
status
subtitle?
tenant
Id
tenant
Name?
title
Properties
created
At
Timestamp
createdAtTimestamp
:
number
Optional
creator
User
Id
creatorUserId
?:
string
id
id
:
string
is
Deleted
isDeleted
:
boolean
last
Modified
Timestamp
lastModifiedTimestamp
:
number
object
Id
objectId
:
string
object
Type
objectType
:
ObjectType
organization
Id
organizationId
:
string
status
status
:
ObjectStatus
Optional
subtitle
subtitle
?:
string
tenant
Id
tenantId
:
string
Optional
tenant
Name
tenantName
?:
string
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
Timestamp
creator
User
Id
id
is
Deleted
last
Modified
Timestamp
object
Id
object
Type
organization
Id
status
subtitle
tenant
Id
tenant
Name
title
Documentation
Loading...