OBF Node
Preparing search index...
OBFPage
Interface OBFPage
interface
OBFPage
{
id
:
string
;
name
?:
string
;
locale
?:
string
;
format
:
string
;
grid
?:
{
rows
:
number
;
columns
:
number
;
order
:
(
string
|
null
)
[]
[]
}
;
buttons
:
OBFButton
[]
;
images
:
OBFImage
[]
;
sounds
:
OBFSound
[]
;
style
?:
{
background_color
?:
string
;
[
key
:
string
]:
any
}
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
id
name?
locale?
format
grid?
buttons
images
sounds
style?
Properties
id
id
:
string
Optional
name
name
?:
string
Optional
locale
locale
?:
string
format
format
:
string
Optional
grid
grid
?:
{
rows
:
number
;
columns
:
number
;
order
:
(
string
|
null
)
[]
[]
}
buttons
buttons
:
OBFButton
[]
images
images
:
OBFImage
[]
sounds
sounds
:
OBFSound
[]
Optional
style
style
?:
{
background_color
?:
string
;
[
key
:
string
]:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
locale
format
grid
buttons
images
sounds
style
OBF Node
Loading...