videosphere
    Preparing search index...
    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: Livestream[]
    showScheduledColumn: boolean
    onEdit: (livestream: Livestream) => void
    onDelete: (livestream: Livestream) => void
    onDuplicate: (livestream: Livestream) => void
    isDeletingId: string
    isDuplicatingId: string
    dimStreamedRows?: boolean