Preparing search index...
The search index is not available
Waze Map Editor JavaScript SDK
Waze Map Editor JavaScript SDK
index
SDK
RawComment
Interface RawComment
interface
RawComment
{
body
:
string
;
conversation
?:
RawConversation
[]
;
createdBy
:
number
;
createdOn
:
number
;
endDate
?:
null
|
string
;
geometry
:
RawCommentGeometry
;
id
:
string
;
isFollowing
:
boolean
;
lockRank
?:
UserRank
;
permissions
:
number
;
subject
:
string
;
updatedBy
:
number
;
updatedOn
:
number
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
ObjectLiteral
RawComment
Indexable
[
key
:
string
]:
unknown
Index
Properties
body
conversation?
created
By
created
On
end
Date?
geometry
id
is
Following
lock
Rank?
permissions
subject
updated
By
updated
On
Properties
body
body
:
string
Optional
conversation
conversation
?:
RawConversation
[]
created
By
createdBy
:
number
created
On
createdOn
:
number
Optional
end
Date
endDate
?:
null
|
string
geometry
geometry
:
RawCommentGeometry
id
id
:
string
is
Following
isFollowing
:
boolean
Optional
lock
Rank
lockRank
?:
UserRank
permissions
permissions
:
number
subject
subject
:
string
updated
By
updatedBy
:
number
updated
On
updatedOn
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
conversation
created
By
created
On
end
Date
geometry
id
is
Following
lock
Rank
permissions
subject
updated
By
updated
On
Waze Map Editor JavaScript SDK
Loading...