observation-js Documentation - v1.16.0
Preparing search index...
ContentBlockTable
Interface ContentBlockTable
interface
ContentBlockTable
{
skippable
?:
boolean
;
type
:
"table"
;
headers
:
string
[]
;
rows
:
(
string
|
number
)
[]
[]
;
}
Hierarchy
ContentBlockBase
ContentBlockTable
Index
Properties
skippable?
type
headers
rows
Properties
Optional
skippable
skippable
?:
boolean
type
type
:
"table"
headers
headers
:
string
[]
rows
rows
:
(
string
|
number
)
[]
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
skippable
type
headers
rows
observation-js Documentation - v1.16.0
Loading...