@willwade/aac-processors
Preparing search index...
AACPage
Class AACPage
Implements
AACPage
Index
Constructors
constructor
Properties
buttons
clone_
ids?
description
Html?
grid
id
images?
locale?
name
parent
Id
scan
Blocks
Config?
scanning
Config?
scan
Type?
semantic_
ids?
sounds?
style?
Methods
add
Button
Constructors
constructor
new
AACPage
(
__namedParameters
:
{
buttons
?:
AACButton
[]
;
clone_ids
?:
string
[]
;
descriptionHtml
?:
string
;
grid
?:
(
AACButton
|
null
)
[]
[]
|
{
columns
:
number
;
rows
:
number
}
;
id
:
string
;
images
?:
any
[]
;
locale
?:
string
;
name
?:
string
;
parentId
?:
string
|
null
;
scanBlocksConfig
?:
AACScanBlock
[]
;
scanningConfig
?:
ScanningConfig
;
scanType
?:
AACScanType
;
semantic_ids
?:
string
[]
;
sounds
?:
any
[]
;
style
?:
AACStyle
;
}
,
)
:
AACPage
Parameters
__namedParameters
:
{
buttons
?:
AACButton
[]
;
clone_ids
?:
string
[]
;
descriptionHtml
?:
string
;
grid
?:
(
AACButton
|
null
)
[]
[]
|
{
columns
:
number
;
rows
:
number
}
;
id
:
string
;
images
?:
any
[]
;
locale
?:
string
;
name
?:
string
;
parentId
?:
string
|
null
;
scanBlocksConfig
?:
AACScanBlock
[]
;
scanningConfig
?:
ScanningConfig
;
scanType
?:
AACScanType
;
semantic_ids
?:
string
[]
;
sounds
?:
any
[]
;
style
?:
AACStyle
;
}
Returns
AACPage
Properties
buttons
buttons
:
AACButton
[]
Optional
clone_
ids
clone_ids
?:
string
[]
Optional
description
Html
descriptionHtml
?:
string
grid
grid
:
(
AACButton
|
null
)
[]
[]
id
id
:
string
Optional
images
images
?:
any
[]
Optional
locale
locale
?:
string
name
name
:
string
parent
Id
parentId
:
string
|
null
Optional
scan
Blocks
Config
scanBlocksConfig
?:
AACScanBlock
[]
Optional
scanning
Config
scanningConfig
?:
ScanningConfig
Optional
scan
Type
scanType
?:
AACScanType
Optional
semantic_
ids
semantic_ids
?:
string
[]
Optional
sounds
sounds
?:
any
[]
Optional
style
style
?:
AACStyle
Methods
add
Button
addButton
(
button
:
AACButton
)
:
void
Parameters
button
:
AACButton
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
buttons
clone_
ids
description
Html
grid
id
images
locale
name
parent
Id
scan
Blocks
Config
scanning
Config
scan
Type
semantic_
ids
sounds
style
Methods
add
Button
@willwade/aac-processors
Loading...