videosphere
Preparing search index...
components/livestreams/LivestreamsListTable
LivestreamsTableContentProps
Interface LivestreamsTableContentProps
interface
LivestreamsTableContentProps
{
livestreams
:
Livestream
[]
;
showScheduledColumn
:
boolean
;
onEdit
:
(
livestream
:
Livestream
)
=>
void
;
onDelete
:
(
livestream
:
Livestream
)
=>
void
;
onDuplicate
:
(
livestream
:
Livestream
)
=>
void
;
isDeletingId
:
string
;
isDuplicatingId
:
string
;
dimStreamedRows
?:
boolean
;
}
Index
Properties
livestreams
show
Scheduled
Column
on
Edit
on
Delete
on
Duplicate
is
Deleting
Id
is
Duplicating
Id
dim
Streamed
Rows?
Properties
livestreams
livestreams
:
Livestream
[]
show
Scheduled
Column
showScheduledColumn
:
boolean
on
Edit
onEdit
:
(
livestream
:
Livestream
)
=>
void
on
Delete
onDelete
:
(
livestream
:
Livestream
)
=>
void
on
Duplicate
onDuplicate
:
(
livestream
:
Livestream
)
=>
void
is
Deleting
Id
isDeletingId
:
string
is
Duplicating
Id
isDuplicatingId
:
string
Optional
dim
Streamed
Rows
dimStreamedRows
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
livestreams
show
Scheduled
Column
on
Edit
on
Delete
on
Duplicate
is
Deleting
Id
is
Duplicating
Id
dim
Streamed
Rows
videosphere
Loading...