@willwade/aac-processors
Preparing search index...
Analytics
HistoryOccurrence
Interface HistoryOccurrence
interface
HistoryOccurrence
{
accessMethod
?:
number
|
null
;
actions
?:
any
[]
;
boardId
?:
string
|
null
;
buttonId
?:
string
|
null
;
category
?:
AACSemanticCategory
;
imageUrl
?:
string
;
intent
?:
string
;
latitude
?:
number
|
null
;
longitude
?:
number
|
null
;
modeling
?:
boolean
;
pageId
?:
string
|
null
;
spoken
?:
boolean
;
timestamp
:
Date
;
type
?:
"action"
|
"button"
|
"utterance"
|
"note"
|
"other"
;
vocalization
?:
string
;
}
Index
Properties
access
Method?
actions?
board
Id?
button
Id?
category?
image
Url?
intent?
latitude?
longitude?
modeling?
page
Id?
spoken?
timestamp
type?
vocalization?
Properties
Optional
access
Method
accessMethod
?:
number
|
null
Optional
actions
actions
?:
any
[]
Optional
board
Id
boardId
?:
string
|
null
Optional
button
Id
buttonId
?:
string
|
null
Optional
category
category
?:
AACSemanticCategory
Optional
image
Url
imageUrl
?:
string
Optional
intent
intent
?:
string
Optional
latitude
latitude
?:
number
|
null
Optional
longitude
longitude
?:
number
|
null
Optional
modeling
modeling
?:
boolean
Optional
page
Id
pageId
?:
string
|
null
Optional
spoken
spoken
?:
boolean
timestamp
timestamp
:
Date
Optional
type
type
?:
"action"
|
"button"
|
"utterance"
|
"note"
|
"other"
Optional
vocalization
vocalization
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
Method
actions
board
Id
button
Id
category
image
Url
intent
latitude
longitude
modeling
page
Id
spoken
timestamp
type
vocalization
@willwade/aac-processors
Loading...